[Android] fix build with ebml
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 20 12:05:45 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 20 12:00:24 2015 +0100| [110e1b8cb0822318de95998ff2dd62fc6090237d] | committer: Thomas Guillem
fix build with ebml
Signed-off-by: Thomas Guillem <thomas at gllm.fr>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=110e1b8cb0822318de95998ff2dd62fc6090237d
---
libvlc/jni/Android.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index e6308d1..cec2d66 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -68,7 +68,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
$(VLC_BUILD_DIR)/src/.libs/libvlccore.a \
$(VLC_BUILD_DIR)/compat/.libs/libcompat.a \
-ldl -lz -lm -llog \
- -ldvbpsi -lebml -lmatroska -ltag \
+ -ldvbpsi -lmatroska -lebml -ltag \
-logg -lFLAC -ltheora -lvorbis \
-lmpeg2 -la52 \
-lavformat -lavcodec -lswscale -lavutil -lpostproc -lgsm -lopenjpeg \
More information about the Android
mailing list