From 2fb261de9d731d7e8065f2703225066620bddfc5 Mon Sep 17 00:00:00 2001 From: Haynes Mathew George Date: Fri, 24 Aug 2012 15:09:09 -0700 Subject: libc2dcolorconvert: Add support for color converter library. This class will expose the c2d api for color conversion. Change-Id: I39e02d8ae88814a0637709b035f45597bad3351d --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 28a74cc9..24850a5d 100755 --- a/Android.mk +++ b/Android.mk @@ -12,3 +12,7 @@ endif ifneq ($(filter msm7627a,$(TARGET_BOARD_PLATFORM)),) include $(QCOM_MEDIA_ROOT)/libI420colorconvert/Android.mk endif + +ifneq ($(filter msm8960,$(TARGET_BOARD_PLATFORM)),) +include $(QCOM_MEDIA_ROOT)/libc2dcolorconvert/Android.mk +endif -- cgit v1.2.3