diff options
author | Andreas Huber <andih@google.com> | 2010-10-15 13:28:10 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2010-10-15 13:28:10 -0700 |
commit | 53e71d7697bd324920e6f729d6437f7cbd535ad1 (patch) | |
tree | 1e84ef99b7cbef7bcd667c34bd79952f6c9e1bd7 /libstagefrighthw | |
parent | 395ca07343256ce12f14fbef845da6b0c6f38349 (diff) | |
download | device_samsung_crespo-53e71d7697bd324920e6f729d6437f7cbd535ad1.zip device_samsung_crespo-53e71d7697bd324920e6f729d6437f7cbd535ad1.tar.gz device_samsung_crespo-53e71d7697bd324920e6f729d6437f7cbd535ad1.tar.bz2 |
Include the framework copy of the OpenMAX headers instead of referencing external/opencore.
Change-Id: I6c96d15b5ee59b640cc073fe6e292783ac7038b0
related-to-bug: 3101573
Diffstat (limited to 'libstagefrighthw')
-rw-r--r-- | libstagefrighthw/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstagefrighthw/Android.mk b/libstagefrighthw/Android.mk index 6eff99b..172fd9d 100644 --- a/libstagefrighthw/Android.mk +++ b/libstagefrighthw/Android.mk @@ -11,7 +11,7 @@ LOCAL_SRC_FILES := \ LOCAL_CFLAGS += $(PV_CFLAGS_MINUS_VISIBILITY) LOCAL_C_INCLUDES:= \ - $(TOP)/external/opencore/extern_libs_v2/khronos/openmax/include \ + $(TOP)/frameworks/base/include/media/stagefright/openmax \ $(LOCAL_PATH)/../include \ $(LOCAL_PATH)/../liboverlay |