FIX: [droid] disable libcec
authorChris "Koying" Browet <cbro@semperpax.com>
Fri, 25 Mar 2016 11:44:44 +0000 (12:44 +0100)
committerChris "Koying" Browet <cbro@semperpax.com>
Fri, 25 Mar 2016 11:47:01 +0000 (12:47 +0100)
Library was never shipped, and would never work anyway

tools/depends/target/xbmc/Makefile

index d166628..622ffc1 100644 (file)
@@ -13,7 +13,7 @@ CONFIGURE = cp -f $(CONFIG_SUB) $(CONFIG_GUESS) build-aux/ ;\
   ./configure --prefix=$(PREFIX) $(DEBUG)
 
 ifeq ($(OS),android)
-CONFIGURE += --enable-codec=amcodec --enable-breakpad
+CONFIGURE += --enable-codec=amcodec --enable-breakpad --disable-libcec
 endif
 
 ifeq ($(Configuration),Release)