summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-10-15 13:31:29 -0700
committerAndreas Huber <andih@google.com>2010-10-15 13:31:29 -0700
commit56cfa2376ae87cba730ea7ce4a9e0ca4f0d07627 (patch)
treec5909cd90e35e198a801abf6cff6d924a73b8011 /media/libstagefright/rtsp
parentb10d28f233bb881cc12260c320892e5feb198e9a (diff)
downloadframeworks_av-56cfa2376ae87cba730ea7ce4a9e0ca4f0d07627.zip
frameworks_av-56cfa2376ae87cba730ea7ce4a9e0ca4f0d07627.tar.gz
frameworks_av-56cfa2376ae87cba730ea7ce4a9e0ca4f0d07627.tar.bz2
Include the framework copy of the OpenMAX headers instead of referencing external/opencore.
Change-Id: I762f59acf5e1f770e4d7c2d89af362bfffebefa6 related-to-bug: 3101573
Diffstat (limited to 'media/libstagefright/rtsp')
-rw-r--r--media/libstagefright/rtsp/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/rtsp/Android.mk b/media/libstagefright/rtsp/Android.mk
index ed16059..081ae32 100644
--- a/media/libstagefright/rtsp/Android.mk
+++ b/media/libstagefright/rtsp/Android.mk
@@ -21,7 +21,7 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \
- $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \
+ $(TOP)/frameworks/base/include/media/stagefright/openmax \
$(TOP)/frameworks/base/media/libstagefright/include \
LOCAL_MODULE:= libstagefright_rtsp
@@ -48,7 +48,7 @@ LOCAL_STATIC_LIBRARIES := \
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \
frameworks/base/media/libstagefright \
- $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include
+ $(TOP)/frameworks/base/include/media/stagefright/openmax
LOCAL_CFLAGS += -Wno-multichar