summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/MediaCodecList.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2012-09-09 16:11:37 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-09-09 16:11:37 -0700
commitfd48021dfc3278b048ba99ecffe7f996751fb440 (patch)
tree95df204b201380b95ae273ab9788d81fce8e3f62 /media/libstagefright/MediaCodecList.cpp
parent6ce3d19cd35a49add6893298f70b87917fc60d52 (diff)
parente7c992c675e0075cd60b0b11c06d5956e3ddd7a3 (diff)
downloadframeworks_av-fd48021dfc3278b048ba99ecffe7f996751fb440.zip
frameworks_av-fd48021dfc3278b048ba99ecffe7f996751fb440.tar.gz
frameworks_av-fd48021dfc3278b048ba99ecffe7f996751fb440.tar.bz2
am e7c992c6: am 5abc91d6: Merge "Fix libmedia and libstagefright to get expat header files from the approved location."
* commit 'e7c992c675e0075cd60b0b11c06d5956e3ddd7a3': Fix libmedia and libstagefright to get expat header files from the approved location.
Diffstat (limited to 'media/libstagefright/MediaCodecList.cpp')
-rw-r--r--media/libstagefright/MediaCodecList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/MediaCodecList.cpp b/media/libstagefright/MediaCodecList.cpp
index 9f6d4a3..d24337f 100644
--- a/media/libstagefright/MediaCodecList.cpp
+++ b/media/libstagefright/MediaCodecList.cpp
@@ -26,7 +26,7 @@
#include <media/stagefright/OMXCodec.h>
#include <utils/threads.h>
-#include <expat.h>
+#include <libexpat/expat.h>
namespace android {