[Android] build: add SoXR

Thomas Guillem git at videolan.org
Tue Nov 3 16:26:52 CET 2015


vlc-ports/android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Nov  3 15:55:05 2015 +0100| [58b9e148ed57d824dcb123ffc2f5435efeccf6a0] | committer: Thomas Guillem

build: add SoXR

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

 compile-libvlc.sh     |    1 +
 libvlc/jni/Android.mk |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index a1c5892..8ebb8f5 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -95,6 +95,7 @@ VLC_BOOTSTRAP_ARGS="\
     --enable-libdsm \
     --enable-libarchive \
     --disable-libmpeg2 \
+    --enable-soxr \
 "
 
 ###########################
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index 8e6edf8..ad8f3b9 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -70,7 +70,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
 	-ldl -lz -lm -llog \
 	-ldvbpsi -lmatroska -lebml -ltag \
 	-logg -lFLAC -ltheora -lvorbis \
-	-la52 \
+	-la52 -lsoxr \
 	-lavformat -lavcodec -lswscale -lavutil -lpostproc -lgsm -lopenjpeg \
 	-lliveMedia -lUsageEnvironment -lBasicUsageEnvironment -lgroupsock \
 	-lspeex -lspeexdsp \



More information about the Android mailing list