[Android] Update the hash to include the mediacodec decoder
Martin Storsjö
git at videolan.org
Mon Oct 8 17:50:15 CEST 2012
vlc-ports/android | branch: master | Martin Storsjö <martin at martin.st> | Mon Oct 8 17:46:22 2012 +0300| [4b0c6815f6970a456a75f037893e48cdcc9aabbc] | committer: Martin Storsjö
Update the hash to include the mediacodec decoder
Also drop the --enable-iomx option, the option is now removed
and the module is enabled by default on android builds.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4b0c6815f6970a456a75f037893e48cdcc9aabbc
---
compile.sh | 2 +-
configure.sh | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/compile.sh b/compile.sh
index 6000b6a..fde8090 100755
--- a/compile.sh
+++ b/compile.sh
@@ -89,7 +89,7 @@ export PLATFORM_SHORT_ARCH
export PATH=${ANDROID_NDK}/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/`uname|tr A-Z a-z`-x86/bin:${PATH}
# 1/ libvlc, libvlccore and its plugins
-TESTED_HASH=91b10ca8
+TESTED_HASH=26b84afd
if [ ! -d "vlc" ]; then
echo "VLC source not found, cloning"
git clone git://git.videolan.org/vlc.git vlc
diff --git a/configure.sh b/configure.sh
index aa581ed..222399d 100755
--- a/configure.sh
+++ b/configure.sh
@@ -60,7 +60,6 @@ sh $VLC_SOURCEDIR/configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux $E
--enable-mkv \
--enable-taglib \
--enable-dvbpsi \
- --enable-iomx \
--disable-vlc --disable-shared \
--disable-vlm \
--disable-dbus \
More information about the Android
mailing list