[vlc-commits] NPAPI: do not depend on gettext/autopoint when building for OS X

Sean McGovern git at videolan.org
Tue Feb 3 14:12:42 CET 2015


npapi-vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Mon Feb  2 21:56:45 2015 -0500| [e515daf22d2ea560c6e9463f7f48fb59e32cb03e] | committer: Felix Paul Kühne

NPAPI: do not depend on gettext/autopoint when building for OS X

Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=e515daf22d2ea560c6e9463f7f48fb59e32cb03e
---

 extras/macosx/build-vlc.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index 5310a3e..4f459a4 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -127,7 +127,7 @@ cd ${ARCH}-npapi
  --disable-caca --disable-upnp --disable-vncserver \
  --disable-ncurses --disable-protobuf
 make fetch
-make .gettext && make
+make .gettext && AUTOPOINT=true make
 fi
 
 spopd



More information about the vlc-commits mailing list