video: changed the memory type about ION
[GitHub/LineageOS/android_hardware_samsung_slsi_openmax.git] / component / video / enc / Android.mk
index 943757d51e145f3bdaa49adf29c2977d5f1db905..3ed9b0d9f30809ee5dc43f5362361cf431b8dc0b 100644 (file)
@@ -46,6 +46,10 @@ ifeq ($(BOARD_USE_GSC_RGB_ENCODER), true)
 LOCAL_CFLAGS += -DUSE_GSC_RGB_ENCODER
 endif
 
+ifeq ($(BOARD_USE_CSC_HW), true)
+LOCAL_CFLAGS += -DUSE_CSC_HW
+endif
+
 LOCAL_SHARED_LIBRARIES := libcsc
 
 include $(BUILD_STATIC_LIBRARY)