From 04a2450aabd50f9466d19fe94c55964592f78312 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Thu, 17 Oct 2024 00:41:33 -0500 Subject: [PATCH] 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. --- ci/build-openbsd.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/build-openbsd.sh b/ci/build-openbsd.sh index 2c9533b5fc..3ce580dc33 100755 --- a/ci/build-openbsd.sh +++ b/ci/build-openbsd.sh @@ -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