[Android] libvlc: jni: Explicitely link with gcrypt & gpg-error

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 11 15:22:29 CEST 2017


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr 11 15:19:15 2017 +0200| [021a450ca8456f1c05995c4106e5f09394e091d0] | committer: Hugo Beauzée-Luyssen

libvlc: jni: Explicitely link with gcrypt & gpg-error

Since no .pc is provided by those projects, we don't automatically add
those libraries to our binary, add them manually instead

> https://code.videolan.org/videolan/vlc-android/commit/021a450ca8456f1c05995c4106e5f09394e091d0
---

 libvlc/jni/Android.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index de130d9..538b225 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -16,6 +16,7 @@ LOCAL_LDLIBS := \
 	-la52 -ljpeg \
 	-lavcodec -lebml \
 	-llua \
+	-lgcrypt -lgpg-error \
 	$(VLC_LDFLAGS)
 
 include $(BUILD_SHARED_LIBRARY)



More information about the Android mailing list