exynos_omx: multi_thread: Add dynamic DPB change scheme.
[GitHub/LineageOS/android_hardware_samsung_slsi_exynos5.git] / exynos_omx / openmax / exynos_omx / component / video / dec / Android.mk
index 0d79ec46e47c918ff6ec7d7d86948cbdab56906f..816f04445a0e53693ce20a4fb6635f1879bff140 100644 (file)
@@ -24,4 +24,8 @@ LOCAL_STATIC_LIBRARIES := libExynosOMX_OSAL libcsc_helper
 LOCAL_CFLAGS += -DUSE_ANB
 endif
 
+ifeq ($(BOARD_USE_STOREMETADATA), true)
+LOCAL_CFLAGS += -DUSE_STOREMETADATA
+endif
+
 include $(BUILD_STATIC_LIBRARY)