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
8cd700e2
Commit
8cd700e2
authored
Apr 13, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for DVD isos
Close #7563
parent
efce4c62
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
compile.sh
compile.sh
+1
-0
configure.sh
configure.sh
+1
-1
vlc-android/jni/Android.mk
vlc-android/jni/Android.mk
+1
-0
No files found.
compile.sh
View file @
8cd700e2
...
...
@@ -211,6 +211,7 @@ gen_pc_file GLESv2 2
cd
contrib/android
../bootstrap
--host
=
${
TARGET_TUPLE
}
--disable-disc
--disable-sout
\
--enable-dvdread
\
--disable-dca
\
--disable-goom
\
--disable-chromaprint
\
...
...
configure.sh
View file @
8cd700e2
...
...
@@ -68,7 +68,7 @@ sh $VLC_SOURCEDIR/configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux $E
--disable-vcd
\
--disable-v4l2
\
--disable-gnomevfs
\
--
dis
able-dvdread
\
--
en
able-dvdread
\
--disable-dvdnav
\
--disable-bluray
\
--disable-linsys
\
...
...
vlc-android/jni/Android.mk
View file @
8cd700e2
...
...
@@ -70,6 +70,7 @@ LOCAL_LDLIBS := -L$(VLC_CONTRIB)/lib \
-lnettle
-lhogweed
-lgmp
\
-lfreetype
-liconv
-lass
-lfribidi
-lopus
\
-lEGL
-lGLESv2
-ljpeg
\
-ldvdread
-ldvdcss
\
$(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