mirror of https://github.com/mpv-player/mpv
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:
parent
09bbca8770
commit
04a2450aab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue