summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-05-11 14:15:23 -0700
committerDima Zavin <dima@android.com>2011-05-12 14:09:57 -0700
commit34bb419e5946ab28112e9e27a4d1b3928d31e0e2 (patch)
tree3186b2ce206a101b19285660af602ec66bdbc831 /cmds/stagefright
parentb856f43ea7a3a5261a93e432e5ea80005e972530 (diff)
downloadframeworks_base-34bb419e5946ab28112e9e27a4d1b3928d31e0e2.zip
frameworks_base-34bb419e5946ab28112e9e27a4d1b3928d31e0e2.tar.gz
frameworks_base-34bb419e5946ab28112e9e27a4d1b3928d31e0e2.tar.bz2
update for new audio.h header location
Change-Id: Ic4c62c4037800802427eb7d3c7f5eb8b25d18876 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'cmds/stagefright')
-rw-r--r--cmds/stagefright/audioloop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/stagefright/audioloop.cpp b/cmds/stagefright/audioloop.cpp
index ceb254f..858681f 100644
--- a/cmds/stagefright/audioloop.cpp
+++ b/cmds/stagefright/audioloop.cpp
@@ -11,7 +11,7 @@
#include <media/stagefright/OMXClient.h>
#include <media/stagefright/OMXCodec.h>
-#include <hardware/audio.h>
+#include <system/audio.h>
using namespace android;