aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2013-12-29 16:59:16 -0500
committerdavilla <davilla@4pi.com>2013-12-29 21:02:25 -0500
commit7561afb8a5d208947aaa96519ac4223d0d56833b (patch)
tree9641b7b4b90bc87239709a60c600e189fb7f32fd /tools
parent63455194d17c50e12aead614e397d860e0b9b1ef (diff)
droid: enabled amcodec, merry christmas from pivos
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)