[vlc-commits] macos: enable libplacebo
Thomas Guillem
git at videolan.org
Fri Nov 3 11:11:50 CET 2017
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Nov 2 14:46:50 2017 +0100| [0885ed816120265a33eb6d3f229cec7a9d3524e1] | committer: Thomas Guillem
macos: enable libplacebo
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0885ed816120265a33eb6d3f229cec7a9d3524e1
---
extras/package/macosx/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index 757a4357e4..b7e09a4c86 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -183,7 +183,7 @@ export OBJCFLAGS="-Werror=partial-availability"
info "Building contribs"
spushd "${vlcroot}/contrib"
mkdir -p contrib-$TRIPLET && cd contrib-$TRIPLET
-../bootstrap --build=$TRIPLET --host=$TRIPLET > $out
+../bootstrap --build=$TRIPLET --host=$TRIPLET --enable-libplacebo > $out
if [ "$REBUILD" = "yes" ]; then
make clean
fi
More information about the vlc-commits
mailing list