[Android] Remove libmad
Jean-Baptiste Kempf
git at videolan.org
Thu Jun 23 09:47:51 CEST 2016
vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jun 23 09:47:22 2016 +0200| [ffc3d1dc942508658b0d0a5b9b3ae9ce3e122565] | committer: Jean-Baptiste Kempf
Remove libmad
> https://code.videolan.org/videolan/vlc-android/commit/ffc3d1dc942508658b0d0a5b9b3ae9ce3e122565
---
compile-libvlc.sh | 3 ++-
libvlc/jni/Android.mk | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index f17e55e..f932b62 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -129,7 +129,8 @@ VLC_CONFIGURE_ARGS="\
--disable-sid \
--disable-gme \
--disable-tremor \
- --enable-mad \
+ --disable-mad \
+ --enable-mpg123 \
--disable-dca \
--disable-sdl-image \
--enable-zvbi \
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index 7bef5c1..ea47c6e 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -35,7 +35,6 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lEGL -lGLESv2 -ljpeg \
-ldvdnav -ldvdread -ldvdcss \
-ldsm -ltasn1 \
- -lmad \
-lzvbi \
-lssh2 -lnfs \
-lmodplug \
More information about the Android
mailing list