summaryrefslogtreecommitdiffstats
path: root/libstagefrighthw
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-12 13:48:02 -0700
committerJames Dong <jdong@google.com>2012-03-12 19:01:15 -0700
commit4140573ddd957715b0f1589f5eee4d318ecb0d13 (patch)
tree400c64f525481b7c6ea7ca47ea8a4bab34b7eab7 /libstagefrighthw
parent82a0b1961b61cd7eba45f4ca4e5053c22fc5477d (diff)
downloadhardware_ti_omap4xxx-4140573ddd957715b0f1589f5eee4d318ecb0d13.zip
hardware_ti_omap4xxx-4140573ddd957715b0f1589f5eee4d318ecb0d13.tar.gz
hardware_ti_omap4xxx-4140573ddd957715b0f1589f5eee4d318ecb0d13.tar.bz2
Switched to use header files from /frameworks/native
o related-to-bug: 6044887 Change-Id: I45362c0a68f49684e0393fc77ab4d5f55ec53716
Diffstat (limited to 'libstagefrighthw')
-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 c1757f2..cf18f69 100644
--- a/libstagefrighthw/Android.mk
+++ b/libstagefrighthw/Android.mk
@@ -7,7 +7,8 @@ LOCAL_SRC_FILES := \
TIOMXPlugin.cpp
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 b04c7b9..bd97b77 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 {