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
1 changed files with 1 additions and 2 deletions

View File

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