summaryrefslogtreecommitdiffstats
path: root/media/libstagefright
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-05-11 14:15:13 -0700
committerAndreas Huber <andih@google.com>2011-05-12 11:24:13 -0700
commit00f4951088805442e86ff9c2a20ddad79fc2410a (patch)
treeb906d1e8f1fdd326aefe6762b477c383ae9df8d8 /media/libstagefright
parentbbba88cb1bdc34705d1477208990a06904c022e7 (diff)
downloadframeworks_av-00f4951088805442e86ff9c2a20ddad79fc2410a.zip
frameworks_av-00f4951088805442e86ff9c2a20ddad79fc2410a.tar.gz
frameworks_av-00f4951088805442e86ff9c2a20ddad79fc2410a.tar.bz2
The decoder wrapper is no longer needed. Also disable building old-style decoders.
Change-Id: Ie022f1a6dffe619c1b0385aa13f63e097282cfe4
Diffstat (limited to 'media/libstagefright')
-rw-r--r--media/libstagefright/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/Android.mk b/media/libstagefright/Android.mk
index d8cf810..f731dfb 100644
--- a/media/libstagefright/Android.mk
+++ b/media/libstagefright/Android.mk
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)
include frameworks/base/media/libstagefright/codecs/common/Config.mk
-BUILD_WITH_SOFTWARE_DECODERS := true
+BUILD_WITH_SOFTWARE_DECODERS := false
LOCAL_SRC_FILES:= \
ACodec.cpp \