mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00:00
Bug 1006248. Part 4: Use better #include paths for libstagefright headers in a couple of places. r=glandium
--HG-- extra : rebase_source : e8c7e019b0bc5bf60081aad158a7d89fbb261e29
This commit is contained in:
parent
4e7442d7d8
commit
e1bb2e935f
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
#include <android/native_window.h>
|
||||
#include <IOMX.h>
|
||||
#include <media/IOMX.h>
|
||||
#include <stagefright/MediaBuffer.h>
|
||||
#include <stagefright/MediaSource.h>
|
||||
#include <utils/threads.h>
|
||||
|
@ -13,10 +13,10 @@
|
||||
#include <foundation/AMessage.h>
|
||||
#include <gui/Surface.h>
|
||||
#include <media/ICrypto.h>
|
||||
#include <MediaCodec.h>
|
||||
#include <MediaDefs.h>
|
||||
#include <MediaErrors.h>
|
||||
#include <MetaData.h>
|
||||
#include <media/stagefright/MediaCodec.h>
|
||||
#include <media/stagefright/MediaDefs.h>
|
||||
#include <media/stagefright/MediaErrors.h>
|
||||
#include <media/stagefright/MetaData.h>
|
||||
#include <OMX_Component.h>
|
||||
using namespace android;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user