summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-12 14:13:14 -0700
committerJames Dong <jdong@google.com>2012-03-12 15:43:21 -0700
commitefbb6b2de5fa16ef72bbf02526e3c0a7a6d63a4f (patch)
treed22f0e5156eb3f113d71426abffaaaf0ad7b1fb0
parent74edf7544704de2061e5efeb6ac383087b15adf5 (diff)
downloadomap3-efbb6b2de5fa16ef72bbf02526e3c0a7a6d63a4f.tar.gz
o related-to-bug: 6044887 Change-Id: Iefc6bec8f1e385bdb10987d8350d71de53b9d539
-rw-r--r--libstagefrighthw/Android.mk3
-rw-r--r--libstagefrighthw/TIOMXPlugin.cpp2
-rw-r--r--libstagefrighthw/TIOMXPlugin.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/libstagefrighthw/Android.mk b/libstagefrighthw/Android.mk
index 10a8554..9e62241 100644
--- a/libstagefrighthw/Android.mk
+++ b/libstagefrighthw/Android.mk
@@ -7,7 +7,8 @@ LOCAL_SRC_FILES := \
LOCAL_CFLAGS := $(PV_CFLAGS_MINUS_VISIBILITY)
LOCAL_C_INCLUDES:= \
- $(TOP)/frameworks/base/include/media/stagefright/openmax
+ $(TOP)/frameworks/native/include/media/openmax \
+ $(TOP)/frameworks/native/include/media/hardware
LOCAL_SHARED_LIBRARIES := \
libbinder \
diff --git a/libstagefrighthw/TIOMXPlugin.cpp b/libstagefrighthw/TIOMXPlugin.cpp
index dd17ee7..d821b30 100644
--- a/libstagefrighthw/TIOMXPlugin.cpp
+++ b/libstagefrighthw/TIOMXPlugin.cpp
@@ -18,7 +18,7 @@
#include <dlfcn.h>
-#include <media/stagefright/HardwareAPI.h>
+#include <HardwareAPI.h>
namespace android {
diff --git a/libstagefrighthw/TIOMXPlugin.h b/libstagefrighthw/TIOMXPlugin.h
index 668c5ef..7b2e982 100644
--- a/libstagefrighthw/TIOMXPlugin.h
+++ b/libstagefrighthw/TIOMXPlugin.h
@@ -18,7 +18,7 @@
#define TI_OMX_PLUGIN_H_
-#include <media/stagefright/OMXPluginBase.h>
+#include <OMXPluginBase.h>
namespace android {