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:
parent
09bbca8770
commit
04a2450aab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user