summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2015-06-09 15:40:01 -0700
committerLajos Molnar <lajos@google.com>2015-06-10 13:37:45 -0700
commit18938510fbff83e8b6d75ae6e9e8ba147fe370f3 (patch)
tree418ec49e083072b1c79450688c73876f6b3e080d
parenteb0227e4c228b54e9b56d3753054a8b3cc8f49ae (diff)
downloadandroid_hardware_qcom_media-18938510fbff83e8b6d75ae6e9e8ba147fe370f3.tar.gz
android_hardware_qcom_media-18938510fbff83e8b6d75ae6e9e8ba147fe370f3.tar.bz2
android_hardware_qcom_media-18938510fbff83e8b6d75ae6e9e8ba147fe370f3.zip
mm-video-v4l2: re-enable flex-yuv support
Set FLEXYUV_SUPPORTED to enable flex-yuv support bug: 21596364 Change-Id: I97142cb7d83b369d6bc479f921111d1973478c96
-rw-r--r--mm-video-v4l2/vidc/vdec.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/mm-video-v4l2/vidc/vdec.mk b/mm-video-v4l2/vidc/vdec.mk
index 9f9860e2..c4079b19 100644
--- a/mm-video-v4l2/vidc/vdec.mk
+++ b/mm-video-v4l2/vidc/vdec.mk
@@ -82,6 +82,9 @@ ifeq ($(TARGET_USES_ION),true)
libOmxVdec-def += -DUSE_ION
endif
+libOmxVdec-def += -DFLEXYUV_SUPPORTED
+libOmxVdec-def += -DADAPTIVE_PLAYBACK_SUPPORTED
+
# ---------------------------------------------------------------------------------
# Make the Shared library (libOmxVdec)
# ---------------------------------------------------------------------------------