mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-24 20:00:20 +00:00
ci/build-openbsd: don't enable cdda
We hit a -Wstrict-prototypes error which was fixed in the latest release
of libcdio-paranoia but openbsd is too old. We already have coverage of
this in other CIs so remove it.
The same as 04a2450aab, but now cdda is
auto detected, so disable it explicitly.
This commit is contained in:
committed by
Dudemanguy
parent
ea5a542cf3
commit
bd1eaf50d6
@@ -28,6 +28,7 @@ meson setup build $common_args \
|
||||
-Dopenal=enabled \
|
||||
-Dpulse=enabled \
|
||||
-Dvulkan=enabled \
|
||||
-Ddvdnav=enabled
|
||||
-Ddvdnav=enabled \
|
||||
-Dcdda=disabled
|
||||
meson compile -C build
|
||||
./build/mpv -v --no-config
|
||||
|
||||
Reference in New Issue
Block a user