mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
ci: remove dvbin from freebsd run
As it is now, the FreeBSD CI is failing because meson can't find the
dvb headers.
FreeBSD puts the relevant headers into /usr/local which is bothersome
and in fact required a workaround to be added to the Wayland detection
already (3bdf702b1d
) but this should be
addressed by us adding the path to CFLAGS already.
With a more minimal example the detection works fine in my FreeBSD VM.
I'm at my wits end debugging this so just disable it for now.
This commit is contained in:
parent
c69e3415d2
commit
7dff735241
@ -5,6 +5,8 @@ export CFLAGS="$CFLAGS -isystem/usr/local/include"
|
|||||||
export CXXFLAGS="$CXXFLAGS -isystem/usr/local/include"
|
export CXXFLAGS="$CXXFLAGS -isystem/usr/local/include"
|
||||||
export LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
export LDFLAGS="$LDFLAGS -L/usr/local/lib"
|
||||||
|
|
||||||
|
# TODO: readd -Ddvbin=enabled
|
||||||
|
|
||||||
meson setup build \
|
meson setup build \
|
||||||
--werror \
|
--werror \
|
||||||
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
|
-Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
|
||||||
@ -18,7 +20,6 @@ meson setup build \
|
|||||||
-Dvdpau=enabled \
|
-Dvdpau=enabled \
|
||||||
-Dvulkan=enabled \
|
-Dvulkan=enabled \
|
||||||
-Doss-audio=enabled \
|
-Doss-audio=enabled \
|
||||||
$(pkg info -q v4l_compat && echo -Ddvbin=enabled) \
|
|
||||||
$(pkg info -q libdvdnav && echo -Ddvdnav=enabled) \
|
$(pkg info -q libdvdnav && echo -Ddvdnav=enabled) \
|
||||||
$(pkg info -q libcdio-paranoia && echo -Dcdda=enabled) \
|
$(pkg info -q libcdio-paranoia && echo -Dcdda=enabled) \
|
||||||
$(pkg info -q pipewire && echo -Dpipewire=enabled) \
|
$(pkg info -q pipewire && echo -Dpipewire=enabled) \
|
||||||
|
Loading…
Reference in New Issue
Block a user