From cb4e168e6af36d429f2d3ea29de46e2f02e2b37c Mon Sep 17 00:00:00 2001 From: "S. Davilla" Date: Tue, 31 Dec 2013 14:47:10 -0500 Subject: droid, disable amcodec --- tools/depends/target/xbmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/depends') 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) -- cgit v1.2.3