aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2013-12-31 14:47:10 -0500
committerS. Davilla <davilla@4pi.com>2013-12-31 14:47:10 -0500
commitcb4e168e6af36d429f2d3ea29de46e2f02e2b37c (patch)
tree47ebef431cce505aff3d345fe072155b71a5b95c /tools/depends
parent609504eaa47a11be973d3de8fa41352b4f8bbd4a (diff)
droid, disable amcodec
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/target/xbmc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/xbmc/Makefile b/tools/depends/target/xbmc/Makefile
index bfaa534995..d5a2e2532a 100644
--- a/tools/depends/target/xbmc/Makefile
+++ b/tools/depends/target/xbmc/Makefile
@@ -10,7 +10,7 @@ CONFIGURE = cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\
./configure --prefix=$(PREFIX)
ifeq ($(OS),android)
-CONFIGURE += --enable-codec=libstagefright,amcodec
+CONFIGURE += --enable-codec=libstagefright
endif
CONFIGURE += $(CONFIG_EXTRA)