[Android] ndk-build not only builds libvlcjni
Rafaël Carré
git at videolan.org
Sat Mar 3 23:54:21 CET 2012
android | branch: master | Rafaël Carré <funman at videolan.org> | Sat Mar 3 17:37:48 2012 -0500| [b9ca9dceaa921b1baee5396f22cd93d4430e3826] | committer: Rafaël Carré
ndk-build not only builds libvlcjni
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=b9ca9dceaa921b1baee5396f22cd93d4430e3826
---
Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 840df66..87b19d2 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,11 @@ endif
JAVA_SOURCES=vlc-android/src/org/videolan/vlc/*.java
JNI_SOURCES=vlc-android/jni/*.c vlc-android/jni/*.h
VLC_APK=vlc-android/bin/VLC-debug.apk
-LIBVLCJNI=vlc-android/libs/$(ARCH)/libvlcjni.so
+LIBVLCJNI= \
+ vlc-android/libs/$(ARCH)/libvlcjni.so \
+ vlc-android/libs/$(ARCH)/libiomx-ics.so \
+ vlc-android/libs/$(ARCH)/libiomx-gingerbread.so \
+
LIBVLCJNI_H=vlc-android/jni/libvlcjni.h
PRIVATE_LIBDIR=android-libs
More information about the Android
mailing list