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
bf06caea
Commit
bf06caea
authored
May 26, 2012
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add srt subtitles support
parent
0d17d4fd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
compile.sh
compile.sh
+3
-3
configure.sh
configure.sh
+0
-1
vlc-android/jni/Android.mk
vlc-android/jni/Android.mk
+1
-1
No files found.
compile.sh
View file @
bf06caea
...
...
@@ -40,7 +40,7 @@ fi
export
PATH
=
${
ANDROID_NDK
}
/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:
${
PATH
}
# 1/ libvlc, libvlccore and its plugins
TESTED_HASH
=
2ac6942827e8
TESTED_HASH
=
e354bf04a542
if
[
!
-d
"vlc"
]
;
then
echo
"VLC source not found, cloning"
git clone git://git.videolan.org/vlc.git vlc
...
...
@@ -80,7 +80,6 @@ cd contrib/android
--disable-SDL_image
\
--disable-fontconfig
\
--disable-ass
\
--disable-freetyp2
\
--disable-fribidi
\
--disable-zvbi
\
--disable-kate
\
...
...
@@ -92,7 +91,8 @@ cd contrib/android
--disable-tremor
\
--disable-vorbis
\
--disable-sidplay2
\
--disable-samplerate
--disable-samplerate
\
--enable-iconv
# TODO: mpeg2, theora
...
...
configure.sh
View file @
bf06caea
...
...
@@ -91,7 +91,6 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
--disable-skins2
\
--disable-mtp
\
--disable-notify
\
--disable-freetype
\
--disable-libass
\
--disable-svg
\
--disable-sqlite
\
...
...
vlc-android/jni/Android.mk
View file @
bf06caea
...
...
@@ -32,7 +32,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lavformat
-lavcodec
-lswscale
-lavutil
-lpostproc
-lgsm
-lopenjpeg
\
-lliveMedia
-lUsageEnvironment
-lBasicUsageEnvironment
-lgroupsock
\
-lspeex
-lspeexdsp
\
-lxml2
-lpng
-lgnutls
-lgcrypt
-lgpg-error
\
-lxml2
-lpng
-lgnutls
-lgcrypt
-lgpg-error
-lfreetype
-liconv
\
$(CPP_STATIC)
include
$(BUILD_SHARED_LIBRARY)
...
...
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