Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
b9ca9dce
Commit
b9ca9dce
authored
Mar 03, 2012
by
Rafaël Carré
Browse files
ndk-build not only builds libvlcjni
parent
ce9bb5b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b9ca9dce
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment