aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2014-01-03 17:15:55 -0500
committerdavilla <davilla@4pi.com>2014-01-03 17:16:14 -0500
commit8d70093f1c8b76cbbe78587ed49e017528e8bed6 (patch)
treebd8a5922af03aed2c8b1dd6ead7fe2040a9632b2 /tools
parentc1419f949b35c154ada5a78cea2562466e4494ac (diff)
droid: enable amcodec
Diffstat (limited to 'tools')
-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 d5a2e2532a..bfaa534995 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
+CONFIGURE += --enable-codec=libstagefright,amcodec
endif
CONFIGURE += $(CONFIG_EXTRA)