summaryrefslogtreecommitdiffstats
path: root/ci/build-msys2.sh
diff options
context:
space:
mode:
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