Issue #80 - De-unify gfx/ycbcr

This commit is contained in:
Moonchild 2020-05-15 09:01:29 +00:00 committed by Roy Tam
commit cdd925c155
2 changed files with 3 additions and 1 deletions

View file

@ -8,7 +8,7 @@ EXPORTS += [
'YCbCrUtils.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'scale_yuv_argb.cpp',
'ycbcr_to_rgb565.cpp',
'YCbCrUtils.cpp',

View file

@ -9,6 +9,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#include "scale_yuv_argb.h"
#include "libyuv/scale.h"
#include <assert.h>