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
479a2896
Commit
479a2896
authored
Aug 07, 2014
by
Edward Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: update JAVA_SOURCES
parent
d522eee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
Makefile
Makefile
+12
-1
No files found.
Makefile
View file @
479a2896
...
...
@@ -5,7 +5,18 @@ export ANDROID_HOME=$(ANDROID_SDK)
ARCH
=
$(ANDROID_ABI)
SRC
=
vlc-android
JAVA_SOURCES
=
$(SRC)
/src/org/videolan/vlc/
*
.java
JAVA_SOURCES
=
\
$(SRC)
/src/org/videolan/vlc/
*
.java
\
$(SRC)
/src/org/videolan/vlc/util/
*
.java
\
$(SRC)
/src/org/videolan/vlc/gui/
*
.java
\
$(SRC)
/src/org/videolan/vlc/gui/expandable/
*
.java
\
$(SRC)
/src/org/videolan/vlc/gui/video/
*
.java
\
$(SRC)
/src/org/videolan/vlc/gui/audio/
*
.java
\
$(SRC)
/src/org/videolan/vlc/gui/audio/widget/
*
.java
\
$(SRC)
/src/org/videolan/vlc/interfaces/
*
.java
\
$(SRC)
/src/org/videolan/vlc/audio/
*
.java
\
$(SRC)
/src/org/videolan/vlc/widget/
*
.java
\
$(SRC)
/src/org/videolan/libvlc/
*
.java
JNI_SOURCES
=
$(SRC)
/jni/
*
.c
$(SRC)
/jni/
*
.h
LIBVLC_LIBS
=
libvlcjni
LIBVLC_LIBS
+=
libiomx-ics libiomx-hc libiomx-gingerbread
...
...
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