[Android] Add ssh2 support
Geoffrey Métais
git at videolan.org
Mon Feb 23 10:56:25 CET 2015
vlc-ports/android | branch: 1.0.x | Geoffrey Métais <geoffrey.metais at gmail.com> | Mon Feb 23 10:54:33 2015 +0100| [0dfb516998df4268fe52f1cb524e9764e9d564a7] | committer: Geoffrey Métais
Add ssh2 support
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=0dfb516998df4268fe52f1cb524e9764e9d564a7
---
vlc-android/jni/Android.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/jni/Android.mk b/vlc-android/jni/Android.mk
index 04a89f3..d6ba7a8 100644
--- a/vlc-android/jni/Android.mk
+++ b/vlc-android/jni/Android.mk
@@ -74,6 +74,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lfreetype -liconv -lass -lfribidi -lopus \
-lEGL -lGLESv2 -ljpeg \
-ldvdnav -ldvdread -ldvdcss \
+ -lssh2 \
$(CPP_STATIC)
include $(BUILD_SHARED_LIBRARY)
More information about the Android
mailing list