[vlc-commits] mac libvlc compilation: be sure to update contribs when recompiling
Felix Paul Kühne
git at videolan.org
Fri Feb 6 11:34:08 CET 2015
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Feb 6 11:12:37 2015 +0100| [70c5fbc17dbcfcf74423e659d95ab4a6f368e3a4] | committer: Felix Paul Kühne
mac libvlc compilation: be sure to update contribs when recompiling
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=70c5fbc17dbcfcf74423e659d95ab4a6f368e3a4
---
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 6196da1..753879f 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -119,6 +119,7 @@ spushd extras/macosx/vlc/contrib
if ! [ -e ${ARCH}-npapi ]; then
mkdir ${ARCH}-npapi
+fi
cd ${ARCH}-npapi
../bootstrap --build=${ARCH}-apple-darwin10 \
--disable-sout --disable-cddb --disable-bluray --disable-sdl \
@@ -129,7 +130,6 @@ cd ${ARCH}-npapi
make fetch
core_count=`sysctl -n machdep.cpu.core_count`
make .gettext && AUTOPOINT=true make -j $core_count
-fi
spopd
More information about the vlc-commits
mailing list