summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/OMXCodec.cpp
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-13 12:44:54 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-13 12:44:54 -0700
commit5e7616cc0e5493241211333134555d74aec89982 (patch)
treee2a972018a13cbf8c2ad6c3d7592dbbb73fec3a8 /media/libstagefright/OMXCodec.cpp
parente53b9ead781c36e96d6b6f012ddffc93a3d80f0d (diff)
parent6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb (diff)
downloadframeworks_av-5e7616cc0e5493241211333134555d74aec89982.zip
frameworks_av-5e7616cc0e5493241211333134555d74aec89982.tar.gz
frameworks_av-5e7616cc0e5493241211333134555d74aec89982.tar.bz2
Merge "Switched to use the header files in /frameworks/native and deleted the duplicate header files in /frameworks/base"
Diffstat (limited to 'media/libstagefright/OMXCodec.cpp')
-rwxr-xr-xmedia/libstagefright/OMXCodec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/OMXCodec.cpp b/media/libstagefright/OMXCodec.cpp
index 966416e..278e3a2 100755
--- a/media/libstagefright/OMXCodec.cpp
+++ b/media/libstagefright/OMXCodec.cpp
@@ -27,9 +27,9 @@
#include <binder/IServiceManager.h>
#include <binder/MemoryDealer.h>
#include <binder/ProcessState.h>
+#include <HardwareAPI.h>
#include <media/stagefright/foundation/ADebug.h>
#include <media/IMediaPlayerService.h>
-#include <media/stagefright/HardwareAPI.h>
#include <media/stagefright/MediaBuffer.h>
#include <media/stagefright/MediaBufferGroup.h>
#include <media/stagefright/MediaDefs.h>