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
23d93b9a
Commit
23d93b9a
authored
Mar 03, 2012
by
Rafaël Carré
Browse files
Depend on built .so rather than on installed ones
They will be re-installed when rebuilt
parent
a43c03b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
23d93b9a
...
...
@@ -11,9 +11,9 @@ JAVA_SOURCES=$(SRC)/src/org/videolan/vlc/*.java
JNI_SOURCES
=
$(SRC)
/jni/
*
.c
$(SRC)
/jni/
*
.h
VLC_APK
=
$(SRC)
/bin/VLC-debug.apk
LIBVLCJNI
=
\
$(SRC)
/
libs
/
$(ARCH)
/libvlcjni.so
\
$(SRC)
/
libs
/
$(ARCH)
/libiomx-ics.so
\
$(SRC)
/
libs
/
$(ARCH)
/libiomx-gingerbread.so
\
$(SRC)
/
obj/local
/
$(ARCH)
/libvlcjni.so
\
$(SRC)
/
obj/local
/
$(ARCH)
/libiomx-ics.so
\
$(SRC)
/
obj/local
/
$(ARCH)
/libiomx-gingerbread.so
\
LIBVLCJNI_H
=
$(SRC)
/jni/libvlcjni.h
...
...
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