[vlc-commits] Revert "macos: enable libplacebo"

Thomas Guillem git at videolan.org
Fri Dec 8 10:20:45 CET 2017


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Dec  8 10:20:10 2017 +0100| [3bb2cd933128225ffc58024cf796939faaedc422] | committer: Thomas Guillem

Revert "macos: enable libplacebo"

It's now automatic.

This reverts commit 0885ed816120265a33eb6d3f229cec7a9d3524e1.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bb2cd933128225ffc58024cf796939faaedc422
---

 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 65c3fba54f..832cc03253 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 --enable-libplacebo > $out
+../bootstrap --build=$TRIPLET --host=$TRIPLET > $out
 if [ "$REBUILD" = "yes" ]; then
     make clean
 fi



More information about the vlc-commits mailing list