summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-02-24 18:25:41 -0800
committerMathias Agopian <mathias@google.com>2012-02-24 18:26:01 -0800
commit9eeafeb52fecf90882e9b44eeefcb7c3e16aa915 (patch)
tree0a09b02937d7097e042367163fbe4c9d4b5b2230 /include/media
parent5ce96d97feafc6989f6141bb2633eae3d87ddf28 (diff)
downloadframeworks_av-9eeafeb52fecf90882e9b44eeefcb7c3e16aa915.zip
frameworks_av-9eeafeb52fecf90882e9b44eeefcb7c3e16aa915.tar.gz
frameworks_av-9eeafeb52fecf90882e9b44eeefcb7c3e16aa915.tar.bz2
remove dependency on android_native{s_priv|buffer}.h
Change-Id: Ie4b95f7061c240f37c504414259f92d72c4ffc89
Diffstat (limited to 'include/media')
-rw-r--r--include/media/stagefright/HardwareAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/HardwareAPI.h b/include/media/stagefright/HardwareAPI.h
index 32eed3f..17efd35 100644
--- a/include/media/stagefright/HardwareAPI.h
+++ b/include/media/stagefright/HardwareAPI.h
@@ -19,7 +19,7 @@
#define HARDWARE_API_H_
#include <media/stagefright/OMXPluginBase.h>
-#include <ui/android_native_buffer.h>
+#include <system/window.h>
#include <utils/RefBase.h>
#include <OMX_Component.h>