npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed May 6 10:43:49 2015 +0200| [d12ecf3e53b73d4767fb1596fcac5983bc9e3b89] | committer: Jean-Baptiste Kempf
OS X: use git submodule in the building script > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=d12ecf3e53b73d4767fb1596fcac5983bc9e3b89 --- extras/macosx/build-plugin.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extras/macosx/build-plugin.sh b/extras/macosx/build-plugin.sh index 3ec5656..da9ccbd 100755 --- a/extras/macosx/build-plugin.sh +++ b/extras/macosx/build-plugin.sh @@ -100,6 +100,8 @@ info "Bootstrapping" ./autogen.sh fi +git submodule update --init + info "Creating builddir and configuration" mkdir -p ${ARCH}-build && cd ${ARCH}-build ../configure --build=${ARCH}-apple-darwin10 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
