npapi-vlc | branch: master | Sean McGovern <[email protected]> | 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 <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
