mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Issue #80 - De-unify gfx/ycbcr
This commit is contained in:
parent
aec749447a
commit
cdd925c155
2 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ EXPORTS += [
|
|||
'YCbCrUtils.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'scale_yuv_argb.cpp',
|
||||
'ycbcr_to_rgb565.cpp',
|
||||
'YCbCrUtils.cpp',
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue