Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
23d93b9a
Commit
23d93b9a
authored
Mar 03, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
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
Markdown
is supported
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