Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Casanowow Life for love
VLC-Android
Commits
6fae93e9
Commit
6fae93e9
authored
Jun 01, 2012
by
Sébastien Toque
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable ass/ssa subtitles
parent
6ef04e05
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
compile.sh
compile.sh
+1
-3
configure.sh
configure.sh
+1
-1
vlc-android/jni/Android.mk
vlc-android/jni/Android.mk
+2
-1
No files found.
compile.sh
View file @
6fae93e9
...
...
@@ -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
=
f8aa39503
1
TESTED_HASH
=
defdb5a9e
1
if
[
!
-d
"vlc"
]
;
then
echo
"VLC source not found, cloning"
git clone git://git.videolan.org/vlc.git vlc
...
...
@@ -79,8 +79,6 @@ cd contrib/android
--disable-sdl
\
--disable-SDL_image
\
--disable-fontconfig
\
--disable-ass
\
--disable-fribidi
\
--disable-zvbi
\
--disable-kate
\
--disable-caca
\
...
...
configure.sh
View file @
6fae93e9
...
...
@@ -91,7 +91,7 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
--disable-skins2
\
--disable-mtp
\
--disable-notify
\
--
dis
able-libass
\
--
en
able-libass
\
--disable-svg
\
--disable-sqlite
\
--disable-udev
\
...
...
vlc-android/jni/Android.mk
View file @
6fae93e9
...
...
@@ -32,7 +32,8 @@ 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
-lfreetype
-liconv
\
-lxml2
-lpng
-lgnutls
-lgcrypt
-lgpg-error
\
-lfreetype
-liconv
-lass
-lfribidi
\
$(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