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

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


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

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

diff --git a/compile.sh b/compile.sh
index 22b2594..57da0a3 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