summaryrefslogtreecommitdiffstats
path: root/media/libmedia/MediaProfiles.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/libmedia/MediaProfiles.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/libmedia/MediaProfiles.cpp')
-rw-r--r--media/libmedia/MediaProfiles.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libmedia/MediaProfiles.cpp b/media/libmedia/MediaProfiles.cpp
index a7536b3..c224f06 100644
--- a/media/libmedia/MediaProfiles.cpp
+++ b/media/libmedia/MediaProfiles.cpp
@@ -26,7 +26,7 @@
#include <expat.h>
#include <media/MediaProfiles.h>
#include <media/stagefright/foundation/ADebug.h>
-#include <media/stagefright/openmax/OMX_Video.h>
+#include <OMX_Video.h>
namespace android {