[Android] Build gettext if we don't have autopoint

Rafaël Carré git at videolan.org
Wed Jan 29 18:28:54 CET 2014


vlc-ports/android | branch: master | Rafaël Carré <funman at videolan.org> | Wed Jan 29 18:22:45 2014 +0100| [ee93ede476b06490c7586923611024be839ee392] | committer: Rafaël Carré

Build gettext if we don't have autopoint

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=ee93ede476b06490c7586923611024be839ee392
---

 compile.sh |    1 +
 1 file changed, 1 insertion(+)

diff --git a/compile.sh b/compile.sh
index 22b2594..aaf3772 100755
--- a/compile.sh
+++ b/compile.sh
@@ -256,6 +256,7 @@ export VLC_EXTRA_CFLAGS="${EXTRA_CFLAGS}"
 make fetch
 # We already have zlib available
 [ -e .zlib ] || (mkdir -p zlib; touch .zlib)
+which autopoint >/dev/null || make $MAKEFLAGS .gettext
 make $MAKEFLAGS
 
 cd ../.. && mkdir -p android && cd android



More information about the Android mailing list