Skip to content

Commit e771931

Browse files
committedJan 20, 2020
Add HEVC 10bit HDR support
Signed-off-by: tianmi.chen <tianmi.chen@intel.com>
1 parent 002341e commit e771931

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎mfx_omx_defs.mk

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ ifneq ($(filter $(MFX_ANDROID_VERSION), MFX_O),)
8484
MFX_OMX_CFLAGS_LIBVA += -DANDROID_O
8585
endif
8686

87+
ifneq ($(filter $(MFX_ANDROID_VERSION), MFX_Q),)
88+
# HDR10 support on Android Q
89+
MFX_OMX_CFLAGS += -DHEVC10HDR_SUPPORT
90+
MFX_OMX_CFLAGS += -DENABLE_READ_SEI
91+
endif
92+
8793
# Setting usual paths to include files
8894
MFX_OMX_INCLUDES := $(LOCAL_PATH)/include
8995

0 commit comments

Comments
 (0)
Please sign in to comment.