summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authoru3shit <u3shit@gmail.com>2023-02-24 21:56:43 +0100
committerMoonchild <moonchild@palemoon.org>2023-02-26 19:41:38 +0100
commit8ed007c4e8d44eda1710141efe14008caa5c027d (patch)
tree62f27aed4fcbfbb6c3629586870786d983f0cb0b /gfx
parent466b7731793af0617ce403f56abad2615dc66292 (diff)
downloaduxp-8ed007c4e8d44eda1710141efe14008caa5c027d.tar.gz
Issue #2101 - Part 3: Update libyuv
Updated to version 1861, git revision 88b050f337cc0ca2a51800fe7bf4737222c87344 from https://chromium.googlesource.com/libyuv/libyuv/
Diffstat (limited to 'gfx')
-rw-r--r--gfx/ycbcr/scale_yuv_argb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/ycbcr/scale_yuv_argb.cpp b/gfx/ycbcr/scale_yuv_argb.cpp
index 11f8617906..f102557010 100644
--- a/gfx/ycbcr/scale_yuv_argb.cpp
+++ b/gfx/ycbcr/scale_yuv_argb.cpp
@@ -11,6 +11,7 @@
#include "scale_yuv_argb.h"
+#include "libyuv/convert_argb.h"
#include "libyuv/scale.h"
#include <assert.h>