summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/Android.mk
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-07-01 08:19:52 -0700
committerAndreas Huber <andih@google.com>2010-07-01 09:08:38 -0700
commit19c9a1e2bb6ead5e1e895aea8be573fe0f8cc7bb (patch)
treeae116a41e703a6e2536ecedfdd2f74196e597cf5 /cmds/stagefright/Android.mk
parent3eaa4e92dbebb5b27cb89f329f31fac6fb6fe1f0 (diff)
downloadframeworks_av-19c9a1e2bb6ead5e1e895aea8be573fe0f8cc7bb.zip
frameworks_av-19c9a1e2bb6ead5e1e895aea8be573fe0f8cc7bb.tar.gz
frameworks_av-19c9a1e2bb6ead5e1e895aea8be573fe0f8cc7bb.tar.bz2
Support for writing the extracted data to an .mp4 file in the stagefright commandline tool.
Change-Id: I972324a8fc9757e6e8116b0270ec0882106f8733
Diffstat (limited to 'cmds/stagefright/Android.mk')
-rw-r--r--cmds/stagefright/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk
index 33696f4..9a97284 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES:= \
SineSource.cpp
LOCAL_SHARED_LIBRARIES := \
- libstagefright libmedia libutils libbinder
+ libstagefright libmedia libutils libbinder libstagefright_foundation
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \