summaryrefslogtreecommitdiffstats
path: root/ci/build-freebsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/build-freebsd.sh')
-rwxr-xr-xci/build-freebsd.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/build-freebsd.sh b/ci/build-freebsd.sh
index bc68a25..e272ef6 100755
--- a/ci/build-freebsd.sh
+++ b/ci/build-freebsd.sh
@@ -5,10 +5,11 @@ export CFLAGS="$CFLAGS -isystem/usr/local/include"
export CXXFLAGS="$CXXFLAGS -isystem/usr/local/include"
export LDFLAGS="$LDFLAGS -L/usr/local/lib"
+# TODO: readd -Ddvbin=enabled
+
meson setup build \
--werror \
- -Dlibplacebo:werror=false \
- -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations" \
+ -Dc_args="-Wno-error=deprecated -Wno-error=deprecated-declarations -march=native" \
-Diconv=disabled \
-Dlibmpv=true \
-Dlua=enabled \
@@ -19,7 +20,6 @@ meson setup build \
-Dvdpau=enabled \
-Dvulkan=enabled \
-Doss-audio=enabled \
- $(pkg info -q v4l_compat && echo -Ddvbin=enabled) \
$(pkg info -q libdvdnav && echo -Ddvdnav=enabled) \
$(pkg info -q libcdio-paranoia && echo -Dcdda=enabled) \
$(pkg info -q pipewire && echo -Dpipewire=enabled) \