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:
Kacper Michajłow
2025-02-15 06:02:01 +01:00
committed by Dudemanguy
parent ea5a542cf3
commit bd1eaf50d6

View File

@@ -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