summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-04-13 09:58:39 -0700
committerAndreas Huber <andih@google.com>2010-04-13 12:04:05 -0700
commita98420e863c374d1f15309467f2a1fc58d979d3b (patch)
tree0d441bd1258015fbef734718fe6c8271cd36f060 /cmds/stagefright/Android.mk
parent81f82c32459029bf0744e28c73f95a7f18cab5ac (diff)
downloadframeworks_av-a98420e863c374d1f15309467f2a1fc58d979d3b.zip
frameworks_av-a98420e863c374d1f15309467f2a1fc58d979d3b.tar.gz
frameworks_av-a98420e863c374d1f15309467f2a1fc58d979d3b.tar.bz2
Better diagnostics in the stagefright commandline tool, support for playing sine-tones using a filename of "sine:[samplingrate]", i.e. sine:44100. Support for playing audio through to the speakers by using "-o" in addition to "-a".
related-to-bug: 2553359 Change-Id: Ic49eb89feb62474d9513bc21571e0e8fe3a15e0b
Diffstat (limited to 'cmds/stagefright/Android.mk')
-rw-r--r--cmds/stagefright/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk
index 52f767e..34648b5 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -5,7 +5,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
- stagefright.cpp
+ stagefright.cpp \
+ SineSource.cpp
LOCAL_SHARED_LIBRARIES := \
libstagefright libmedia libutils libbinder