Skip to content

Commit

Permalink
ci: remove vulkan from freebsd/msys2 builds
Browse files Browse the repository at this point in the history
Now requires libplacebo v6, not available on these platforms any time soon.
  • Loading branch information
haasn committed Jul 23, 2023
1 parent 8fe43af commit 560f7f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ci/build-freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ meson setup build \
-Dsndio=enabled \
-Dtests=true \
-Dvdpau=enabled \
-Dvulkan=enabled \
-Doss-audio=enabled \
$(pkg info -q v4l_compat && echo -Ddvbin=enabled) \
$(pkg info -q libdvdnav && echo -Ddvdnav=enabled) \
Expand All @@ -38,7 +37,6 @@ python3 ./waf configure \
--enable-sdl2 \
--enable-sndio \
--enable-vdpau \
--enable-vulkan \
--enable-oss-audio \
$(pkg info -q v4l_compat && echo --enable-dvbin) \
$(pkg info -q libdvdnav && echo --enable-dvdnav) \
Expand Down
6 changes: 2 additions & 4 deletions ci/build-msys2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ if [ "$1" = "meson" ]; then
-D spirv-cross=enabled \
-D tests=true \
-D uchardet=enabled \
-D vapoursynth=enabled \
-D vulkan=enabled
-D vapoursynth=enabled
meson compile -C build
cp ./build/generated/mpv.com ./build
./build/mpv.com -v --no-config
Expand Down Expand Up @@ -53,8 +52,7 @@ if [ "$1" = "waf" ]; then
--enable-spirv-cross \
--enable-uchardet \
--enable-vapoursynth \
--enable-lua \
--enable-vulkan
--enable-lua
./waf build
./build_waf/mpv.com -v --no-config
fi

0 comments on commit 560f7f9

Please sign in to comment.