summaryrefslogtreecommitdiffstats
path: root/media/jni/mediaeditor
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-07-26 12:14:28 +0800
committerChih-Chung Chang <chihchung@google.com>2011-07-27 09:18:26 +0800
commit17cfcbfa2920e2bd0576cce0b36fb72fbbd1e0e3 (patch)
tree4042d65542d4b74e80bd1dd203e2e15bc543cc4d /media/jni/mediaeditor
parente3f6d316b3118c245d1c4d65c70ac62cde70d311 (diff)
downloadframeworks_base-17cfcbfa2920e2bd0576cce0b36fb72fbbd1e0e3.zip
frameworks_base-17cfcbfa2920e2bd0576cce0b36fb72fbbd1e0e3.tar.gz
frameworks_base-17cfcbfa2920e2bd0576cce0b36fb72fbbd1e0e3.tar.bz2
Add dependencies for the YV12 color converter change.
Bug: 5061733 Change-Id: Id8227a4f634285323c37498604fe080d986bfb09
Diffstat (limited to 'media/jni/mediaeditor')
-rwxr-xr-xmedia/jni/mediaeditor/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/jni/mediaeditor/Android.mk b/media/jni/mediaeditor/Android.mk
index 69cfe8c..1af78e3 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 \