[Android] Enable libvorbis support

Jean-Baptiste Kempf git at videolan.org
Sat Feb 15 14:34:17 CET 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Feb 15 14:33:16 2014 +0100| [ff935a5e200804deff7af4b03813bb64958eb2c3] | committer: Jean-Baptiste Kempf

Enable libvorbis support

Close #9315

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ff935a5e200804deff7af4b03813bb64958eb2c3
---

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

diff --git a/compile.sh b/compile.sh
index 86cf38f..5581682 100755
--- a/compile.sh
+++ b/compile.sh
@@ -227,7 +227,7 @@ cd contrib/android
     --disable-upnp \
     --disable-gme \
     --disable-tremor \
-    --disable-vorbis \
+    --enable-vorbis \
     --disable-sidplay2 \
     --disable-samplerate \
     --disable-faad2 \
diff --git a/configure.sh b/configure.sh
index 978b028..50ecbb3 100755
--- a/configure.sh
+++ b/configure.sh
@@ -105,7 +105,7 @@ sh $VLC_SOURCEDIR/configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux $E
                 --disable-goom \
                 --disable-projectm \
                 --disable-sout \
-                --disable-vorbis \
+                --enable-vorbis \
                 --disable-faad \
                 --disable-x264 \
                 --disable-schroedinger --disable-dirac \



More information about the Android mailing list