[Android] build: fix link order
Thomas Guillem
git at videolan.org
Thu Mar 10 10:42:49 CET 2016
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Mar 10 10:42:20 2016 +0100| [d6f274c10e4aff7e3f6636daa01a630248bf964c] | committer: Thomas Guillem
build: fix link order
Fix undefined reference to 'FT_Get_PS_Font_Info' from libass
> https://code.videolan.org/videolan/vlc-android/commit/d6f274c10e4aff7e3f6636daa01a630248bf964c
---
libvlc/jni/Android.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index 0ad9672..8cfdcea 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -22,7 +22,8 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lspeex -lspeexdsp \
-lxml2 -lpng -lgnutls -lgcrypt -lgpg-error \
-lnettle -lhogweed -lgmp \
- -lharfbuzz -lfreetype -liconv -lass -lfribidi -lopus \
+ -liconv -lass -lfribidi -lopus \
+ -lharfbuzz -lfreetype \
-lEGL -lGLESv2 -ljpeg \
-ldvdnav -ldvdread -ldvdcss \
-ldsm -ltasn1 \
More information about the Android
mailing list