[Android] build: add SoXR
Thomas Guillem
git at videolan.org
Fri Nov 6 13:37:48 CET 2015
vlc-ports/android | branch: playlist | Thomas Guillem <thomas at gllm.fr> | Tue Nov 3 15:55:05 2015 +0100| [2026ff033360864ba07332b322a29e2fda5311c3] | committer: Geoffrey Métais
build: add SoXR
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2026ff033360864ba07332b322a29e2fda5311c3
---
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