summaryrefslogtreecommitdiffstats
path: root/ci/build-msys2.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:13:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:13:15 +0000
commitbff6c10f6909412899de6ab7c902f96080905550 (patch)
tree616d06233c652837e0d36657306ed0c157821a9a /ci/build-msys2.sh
parentReleasing progress-linux version 0.37.0-1~progress7.99u1. (diff)
downloadmpv-bff6c10f6909412899de6ab7c902f96080905550.tar.xz
mpv-bff6c10f6909412899de6ab7c902f96080905550.zip
Merging upstream version 0.38.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ci/build-msys2.sh')
-rwxr-xr-xci/build-msys2.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/ci/build-msys2.sh b/ci/build-msys2.sh
index d3e1ce9..1a0e022 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 \
@@ -35,5 +23,4 @@ meson setup build \
-D uchardet=enabled \
-D vapoursynth=enabled
meson compile -C build
-cp ./build/player/mpv.com ./build
./build/mpv.com -v --no-config