summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-12 14:08:21 -0700
committerJames Dong <jdong@google.com>2012-03-12 17:59:44 -0700
commitdc17c427ea7bcb98dac2405b2a476add45c5cb3f (patch)
tree2558ec5a34e6f6060915a06f12867e973550b178
parente228b337da6bd37a1520cee4302f51fff1025c62 (diff)
downloadmsm7k-dc17c427ea7bcb98dac2405b2a476add45c5cb3f.tar.gz
o related-to-bug: 6044887 Change-Id: Icfa2c900f5e0b21f77fe1c8b467c0cea17859348
-rw-r--r--libstagefrighthw/Android.mk3
-rw-r--r--libstagefrighthw/QComOMXPlugin.cpp2
-rw-r--r--libstagefrighthw/QComOMXPlugin.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/libstagefrighthw/Android.mk b/libstagefrighthw/Android.mk
index 725e578..1d41d35 100644
--- a/libstagefrighthw/Android.mk
+++ b/libstagefrighthw/Android.mk
@@ -23,7 +23,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/hardware \
+ $(TOP)/frameworks/native/include/media/openmax
LOCAL_SHARED_LIBRARIES := \
libbinder \
diff --git a/libstagefrighthw/QComOMXPlugin.cpp b/libstagefrighthw/QComOMXPlugin.cpp
index e93fb85..26eb818 100644
--- a/libstagefrighthw/QComOMXPlugin.cpp
+++ b/libstagefrighthw/QComOMXPlugin.cpp
@@ -18,7 +18,7 @@
#include <dlfcn.h>
-#include <media/stagefright/HardwareAPI.h>
+#include <HardwareAPI.h>
namespace android {
diff --git a/libstagefrighthw/QComOMXPlugin.h b/libstagefrighthw/QComOMXPlugin.h
index 14b83d3..432e19a 100644
--- a/libstagefrighthw/QComOMXPlugin.h
+++ b/libstagefrighthw/QComOMXPlugin.h
@@ -18,7 +18,7 @@
#define QCOM_OMX_PLUGIN_H_
-#include <media/stagefright/OMXPluginBase.h>
+#include <OMXPluginBase.h>
namespace android {