From 17cfcbfa2920e2bd0576cce0b36fb72fbbd1e0e3 Mon Sep 17 00:00:00 2001 From: Chih-Chung Chang Date: Tue, 26 Jul 2011 12:14:28 +0800 Subject: [PATCH] Add dependencies for the YV12 color converter change. Bug: 5061733 Change-Id: Id8227a4f634285323c37498604fe080d986bfb09 --- media/jni/mediaeditor/Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media/jni/mediaeditor/Android.mk b/media/jni/mediaeditor/Android.mk index 69cfe8cc2671f..1af78e3173386 100755 --- a/media/jni/mediaeditor/Android.mk +++ b/media/jni/mediaeditor/Android.mk @@ -42,11 +42,13 @@ LOCAL_C_INCLUDES += \ $(TOP)/frameworks/media/libvideoeditor/vss/common/inc \ $(TOP)/frameworks/media/libvideoeditor/vss/mcs/inc \ $(TOP)/frameworks/media/libvideoeditor/vss/stagefrightshells/inc \ + $(TOP)/frameworks/media/libvideoeditor/include \ $(TOP)/frameworks/media/libvideoeditor/lvpp \ $(TOP)/frameworks/media/libvideoeditor/osal/inc LOCAL_SHARED_LIBRARIES := \ libcutils \ + libdl \ libutils \ libandroid_runtime \ libnativehelper \