[vlc-devel] [PATCH 1/2] NPAPI: do not depend on gettext/autopoint when building for OS X
Sean McGovern
gseanmcg at gmail.com
Tue Feb 3 03:56:45 CET 2015
---
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
--
1.7.9.2
More information about the vlc-devel
mailing list