[Android] Add support for DVD isos
Jean-Baptiste Kempf
git at videolan.org
Sun Apr 13 17:01:39 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 13 16:53:10 2014 +0200| [8cd700e2e3bf70c16b76219836fcb1efff132083] | committer: Jean-Baptiste Kempf
Add support for DVD isos
Close #7563
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8cd700e2e3bf70c16b76219836fcb1efff132083
---
compile.sh | 1 +
configure.sh | 2 +-
vlc-android/jni/Android.mk | 1 +
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 97a7c15..75ff82c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -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 \
diff --git a/configure.sh b/configure.sh
index 8dae0aa..3977da8 100755
--- a/configure.sh
+++ b/configure.sh
@@ -68,7 +68,7 @@ sh $VLC_SOURCEDIR/configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux $E
--disable-vcd \
--disable-v4l2 \
--disable-gnomevfs \
- --disable-dvdread \
+ --enable-dvdread \
--disable-dvdnav \
--disable-bluray \
--disable-linsys \
diff --git a/vlc-android/jni/Android.mk b/vlc-android/jni/Android.mk
index 2fc58b6..48b0976 100644
--- a/vlc-android/jni/Android.mk
+++ b/vlc-android/jni/Android.mk
@@ -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)
More information about the Android
mailing list