fix dav1d crash on linux

This commit is contained in:
Taner Sener 2022-09-12 00:56:10 +01:00
parent fd0bb25ec3
commit 8b64379cdf

View File

@ -10,7 +10,7 @@ rm -rf "${BUILD_DIR}" || return 1
meson "${BUILD_DIR}" \
--cross-file="$CROSS_FILE" \
-Db_lto=true \
-Db_lto=false \
-Db_ndebug=false \
-Denable_asm=true \
-Denable_tools=false \