Skip to content

Commit

Permalink
ci/win32: add zlib
Browse files Browse the repository at this point in the history
It should work out of the box, but upstream meson wrap is not robust in
this case.
  • Loading branch information
kasper93 committed May 11, 2024
1 parent 5837f04 commit 1ae7b67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/build-win32.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Copy-Item -Path "wrapdb_luajit/subprojects/packagefiles/luajit/*" `
$projects = @(
@{
Path = "$subprojects/ffmpeg.wrap"
URL = "https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg.git"
Revision = "meson-6.1"
URL = "https://gitlab.freedesktop.org/kasper93/ffmpeg.git"
Revision = "mpv"
Provides = @(
"libavcodec = libavcodec_dep",
"libavdevice = libavdevice_dep",
Expand Down Expand Up @@ -130,6 +130,7 @@ clone-recursive = true
}

meson setup build `
--force-fallback-for=zlib `
-Ddefault_library=static `
-Dlibmpv=true `
-Dtests=true `
Expand Down

0 comments on commit 1ae7b67

Please sign in to comment.