summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/stagefright.cpp
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2009-09-11 07:47:55 -0700
committerAndreas Huber <andih@google.com>2009-09-11 07:49:50 -0700
commit777893a928680f09e306b4b9efc1d5cf4479a9da (patch)
tree0a84c104682b3b4c5c61c45615a595c6d79f8120 /cmds/stagefright/stagefright.cpp
parent11c043f1f7e2f9c55ad8dec851f7ad3c303d83d1 (diff)
downloadframeworks_av-777893a928680f09e306b4b9efc1d5cf4479a9da.zip
frameworks_av-777893a928680f09e306b4b9efc1d5cf4479a9da.tar.gz
frameworks_av-777893a928680f09e306b4b9efc1d5cf4479a9da.tar.bz2
Move JPEGSource.{cpp,h} into libstagefright.
Diffstat (limited to 'cmds/stagefright/stagefright.cpp')
-rw-r--r--cmds/stagefright/stagefright.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmds/stagefright/stagefright.cpp b/cmds/stagefright/stagefright.cpp
index d1926b4..73215d3 100644
--- a/cmds/stagefright/stagefright.cpp
+++ b/cmds/stagefright/stagefright.cpp
@@ -25,6 +25,7 @@
#include <media/IMediaPlayerService.h>
#include <media/stagefright/CachingDataSource.h>
#include <media/stagefright/HTTPDataSource.h>
+#include <media/stagefright/JPEGSource.h>
#include <media/stagefright/MediaDebug.h>
#include <media/stagefright/MediaDefs.h>
#include <media/stagefright/MediaPlayerImpl.h>
@@ -35,8 +36,6 @@
#include <media/stagefright/OMXClient.h>
#include <media/stagefright/OMXCodec.h>
-#include "JPEGSource.h"
-
using namespace android;
static long gNumRepetitions;