[Android] Disable harfbuzz on Android for now

Edward Wang git at videolan.org
Mon Aug 13 02:09:36 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Aug 12 20:08:59 2012 -0400| [96c563886f621602ec8273236b0afd2963323218] | committer: Edward Wang

Disable harfbuzz on Android for now

It doesn't compile on Android yet:

checking host system type... Invalid configuration `arm-linux-androideabi': system `androideabi' not recognized
configure: error: /bin/sh ./config.sub arm-linux-androideabi failed

> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=96c563886f621602ec8273236b0afd2963323218
---

 compile.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index fc01a26..d825a4c 100755
--- a/compile.sh
+++ b/compile.sh
@@ -88,7 +88,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=9eb524d
+TESTED_HASH=ace877b
 if [ ! -d "vlc" ]; then
     echo "VLC source not found, cloning"
     git clone git://git.videolan.org/vlc.git vlc
@@ -172,6 +172,7 @@ cd contrib/android
     --disable-sidplay2 \
     --disable-samplerate \
     --disable-faad2 \
+    --disable-harfbuzz \
     --enable-iconv
 
 # TODO: mpeg2, theora



More information about the Android mailing list