1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-17 20:34:58 +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.
This commit is contained in:
Dudemanguy 2024-10-17 00:41:33 -05:00
parent 09bbca8770
commit 04a2450aab

View File

@ -28,7 +28,6 @@ meson setup build $common_args \
-Dopenal=enabled \ -Dopenal=enabled \
-Dpulse=enabled \ -Dpulse=enabled \
-Dvulkan=enabled \ -Dvulkan=enabled \
-Ddvdnav=enabled \ -Ddvdnav=enabled
-Dcdda=enabled
meson compile -C build meson compile -C build
./build/mpv -v --no-config ./build/mpv -v --no-config