Skip to content

Commit

Permalink
ci/msys2: create a wrap file for libplacebo
Browse files Browse the repository at this point in the history
This is required because msys2's libplacebo is too outdated
  • Loading branch information
llyyr authored and Dudemanguy committed Oct 25, 2023
1 parent 486bb93 commit 54223fc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci/build-msys2.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
#!/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 \
Expand Down

0 comments on commit 54223fc

Please sign in to comment.