summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/DataSource.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-10-23 09:55:10 -0700
committerAndreas Huber <andih@google.com>2009-10-23 09:55:10 -0700
commit66326a5ee0869f1ee4d136a477e6effba428b3cb (patch)
tree43af246f917acf425d889109d3aec8daec34ac75 /media/libstagefright/DataSource.cpp
parent47bed1a7755ed58fa5d4c0d35b20468deb83bd60 (diff)
downloadframeworks_av-66326a5ee0869f1ee4d136a477e6effba428b3cb.zip
frameworks_av-66326a5ee0869f1ee4d136a477e6effba428b3cb.tar.gz
frameworks_av-66326a5ee0869f1ee4d136a477e6effba428b3cb.tar.bz2
Moving the individual extractor headers files to the private include directory.
Diffstat (limited to 'media/libstagefright/DataSource.cpp')
-rw-r--r--media/libstagefright/DataSource.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/media/libstagefright/DataSource.cpp b/media/libstagefright/DataSource.cpp
index daac539..933c2f6 100644
--- a/media/libstagefright/DataSource.cpp
+++ b/media/libstagefright/DataSource.cpp
@@ -14,11 +14,12 @@
* limitations under the License.
*/
-#include <media/stagefright/AMRExtractor.h>
+#include "include/AMRExtractor.h"
+#include "include/MP3Extractor.h"
+#include "include/MPEG4Extractor.h"
+
#include <media/stagefright/DataSource.h>
#include <media/stagefright/MediaErrors.h>
-#include <media/stagefright/MP3Extractor.h>
-#include <media/stagefright/MPEG4Extractor.h>
#include <utils/String8.h>
namespace android {