Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
b73f3043
Commit
b73f3043
authored
Jan 26, 2012
by
Rafaël Carré
Browse files
Fix libvlcjni.so dependency for NEON builds
parent
3d9e621a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b73f3043
# Sources and objects
ifeq
($(NO_NEON),)
ARCH
=
armeabi-v7a
else
ARCH
=
armeabi
endif
JAVA_SOURCES
=
vlc-android/src/org/videolan/vlc/android/
*
.java
JNI_SOURCES
=
vlc-android/jni/
*
.c vlc-android/jni/
*
.h
VLC_APK
=
vlc-android/bin/VLC-debug.apk
LIBVLCJNI
=
vlc-android/libs/
armeabi
/libvlcjni.so
LIBVLCJNI
=
vlc-android/libs/
$(ARCH)
/libvlcjni.so
LIBVLCJNI_H
=
vlc-android/jni/libvlcjni.h
PRIVATE_LIBDIR
=
android-libs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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