Skip to content
Snippets Groups Projects
Commit 021a450c authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

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
parent 9372426f
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,7 @@ LOCAL_LDLIBS := \ ...@@ -16,6 +16,7 @@ LOCAL_LDLIBS := \
-la52 -ljpeg \ -la52 -ljpeg \
-lavcodec -lebml \ -lavcodec -lebml \
-llua \ -llua \
-lgcrypt -lgpg-error \
$(VLC_LDFLAGS) $(VLC_LDFLAGS)
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment