[Android] Fix compilation with ebml and matroska

Jean-Baptiste Kempf git at videolan.org
Sat Jan 24 08:31:00 CET 2015


vlc-ports/android | branch: 1.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 24 08:13:44 2015 +0100| [80b7f79efc565f33b88bb45702413c59545f9d64] | committer: Jean-Baptiste Kempf

Fix compilation with ebml and matroska

Manual Cherry-pick of 110e1b8cb0822318de95998ff2dd62fc6090237d

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

 vlc-android/jni/Android.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/jni/Android.mk b/vlc-android/jni/Android.mk
index fddb5de..04a89f3 100644
--- a/vlc-android/jni/Android.mk
+++ b/vlc-android/jni/Android.mk
@@ -63,7 +63,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