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
232c9585
Commit
232c9585
authored
Dec 02, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use mpg123 on Android
parent
391e6884
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
compile-libvlc.sh
compile-libvlc.sh
+1
-1
compile.sh
compile.sh
+1
-1
libvlc/jni/Android.mk
libvlc/jni/Android.mk
+1
-0
No files found.
compile-libvlc.sh
View file @
232c9585
...
...
@@ -91,7 +91,7 @@ VLC_BOOTSTRAP_ARGS="\
--enable-iconv
\
--disable-aribb24
\
--disable-aribb25
\
--
dis
able-mpg123
\
--
en
able-mpg123
\
--enable-libdsm
\
--enable-libarchive
\
--disable-libmpeg2
\
...
...
compile.sh
View file @
232c9585
...
...
@@ -131,7 +131,7 @@ fi
# Fetch VLC source #
####################
TESTED_HASH
=
7740747
TESTED_HASH
=
2f19e4f
if
[
!
-d
"vlc"
]
;
then
echo
"VLC source not found, cloning"
git clone git://git.videolan.org/vlc.git vlc
...
...
libvlc/jni/Android.mk
View file @
232c9585
...
...
@@ -86,6 +86,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lmodplug
\
-lupnp
-lthreadutil
-lixml
\
-larchive
\
-lmpg123
\
$(EXTRA_LDFLAGS)
$(TARGET_OUT)/$(LOCAL_MODULE).so
:
$(ANDROID_PRIVATE_LIBS)
...
...
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