summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2023-11-27 13:50:05 -0500
committerDudemanguy <random342@airmail.cc>2023-11-27 19:11:07 +0000
commitfacbbd1110001ca859c2fd47412518a36cc16d16 (patch)
tree0d613fb022481b997084d567cc4a4e3051b35732 /ci
parent60db198267abdea1c7ed38db2f75d84b5065f356 (diff)
downloadmpv-facbbd1110001ca859c2fd47412518a36cc16d16.tar.bz2
mpv-facbbd1110001ca859c2fd47412518a36cc16d16.tar.xz
ci/msys2: remove libplacebo.wrap
Not needed anymore as package is updated.
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-msys2.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/ci/build-msys2.sh b/ci/build-msys2.sh
index a5cbde6878..1a0e0226aa 100755
--- a/ci/build-msys2.sh
+++ b/ci/build-msys2.sh
@@ -1,19 +1,7 @@
#!/bin/sh -e
-mkdir subprojects
-cat > subprojects/libplacebo.wrap <<EOF
-[wrap-git]
-url = https://code.videolan.org/videolan/libplacebo.git
-revision = v6.338.1
-depth = 1
-clone-recursive = true
-EOF
-
meson setup build \
--werror \
- -Dlibplacebo:werror=false \
- -Dlibplacebo:demos=false \
- -Dlibplacebo:default_library=static \
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
-D cdda=enabled \
-D d3d-hwaccel=enabled \