[Android] Disable faad, for now

Edward Wang git at videolan.org
Wed Jul 25 02:54:40 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Jul 24 20:24:22 2012 -0400| [50bee7fd7ca7c740b5a9cf51513b964ea3595c94] | committer: Edward Wang

Disable faad, for now

>> To be conservative I think faad should be explicitely disabled
>> everywhere for now until we have reasons to (selectively?) enable it.

Pointed-out-by: Rafaël Carré <funman at videolan.org>

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=50bee7fd7ca7c740b5a9cf51513b964ea3595c94
---

 compile.sh   |    1 +
 configure.sh |    1 +
 2 files changed, 2 insertions(+)

diff --git a/compile.sh b/compile.sh
index ff7bd92..d03a9b9 100755
--- a/compile.sh
+++ b/compile.sh
@@ -91,6 +91,7 @@ cd contrib/android
     --disable-vorbis \
     --disable-sidplay2 \
     --disable-samplerate \
+    --disable-faad2 \
     --enable-iconv
 
 # TODO: mpeg2, theora
diff --git a/configure.sh b/configure.sh
index c5dd97f..788631b 100755
--- a/configure.sh
+++ b/configure.sh
@@ -100,6 +100,7 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
                 --disable-projectm \
                 --disable-sout \
                 --disable-vorbis \
+                --disable-faad \
                 --disable-x264 \
                 --disable-schroedinger --disable-dirac \
                 $*



More information about the Android mailing list