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

Thomas Guillem git at videolan.org
Fri Dec 8 10:21:15 CET 2017


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

Revert "macos: enable libplacebo"

It's now automatic.

This reverts commit 0885ed816120265a33eb6d3f229cec7a9d3524e1.

(cherry picked from commit 3bb2cd933128225ffc58024cf796939faaedc422)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 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 23aa480f7b..619b1688dd 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