summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-12-12 14:57:16 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-12 14:57:16 -0800
commit8cade496e47fc7d8f01e286579a5db15b85c59cc (patch)
treeb5ab1e2a8101fdc324aa711af4a948e4fe95f541 /media/libstagefright/codecs
parent4fa89b9b52e3329bb846ef314fb0ac65c0c1e04f (diff)
parentfd88f86ec6788170fb4d903c1b0932a18ce1197c (diff)
downloadframeworks_av-8cade496e47fc7d8f01e286579a5db15b85c59cc.zip
frameworks_av-8cade496e47fc7d8f01e286579a5db15b85c59cc.tar.gz
frameworks_av-8cade496e47fc7d8f01e286579a5db15b85c59cc.tar.bz2
Merge "Match new paths and organization in external/libvpx"
Diffstat (limited to 'media/libstagefright/codecs')
-rw-r--r--media/libstagefright/codecs/on2/dec/Android.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/media/libstagefright/codecs/on2/dec/Android.mk b/media/libstagefright/codecs/on2/dec/Android.mk
index 3223871..0082d7c 100644
--- a/media/libstagefright/codecs/on2/dec/Android.mk
+++ b/media/libstagefright/codecs/on2/dec/Android.mk
@@ -5,9 +5,9 @@ LOCAL_SRC_FILES := \
SoftVPX.cpp
LOCAL_C_INCLUDES := \
- $(TOP)/external/libvpx \
- $(TOP)/external/libvpx/vpx_codec \
- $(TOP)/external/libvpx/vpx_ports \
+ $(TOP)/external/libvpx/libvpx \
+ $(TOP)/external/libvpx/libvpx/vpx_codec \
+ $(TOP)/external/libvpx/libvpx/vpx_ports \
frameworks/av/media/libstagefright/include \
frameworks/native/include/media/openmax \
@@ -21,4 +21,3 @@ LOCAL_MODULE := libstagefright_soft_vpxdec
LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-