ci: Make libdav1d a required dependency

This used to be enforced by patching the ffmpeg wrap,
but after upstream changes to the wrap this method is simpler.
This commit is contained in:
arch1t3cht 2024-05-20 01:34:31 +02:00
parent a6ba1720db
commit 628f1306ef
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
-Dfribidi:tests=false
-Dfribidi:docs=false
-Dlibass:fontconfig=disabled
-Dffmpeg:libdav1d=enabled
-Davisynth=enabled
-Dbestsource=enabled
-Dvapoursynth=enabled
@ -60,6 +61,7 @@ jobs:
-Dfribidi:tests=false
-Dfribidi:docs=false
-Dlibass:fontconfig=disabled
-Dffmpeg:libdav1d=enabled
-Davisynth=enabled
-Dbestsource=enabled
-Dvapoursynth=enabled
@ -91,6 +93,7 @@ jobs:
-Dbuild_appimage=true
-Ddefault_library=static
--force-fallback-for=ffms2
-Dffmpeg:libdav1d=enabled
-Davisynth=enabled
-Dbestsource=enabled
-Dvapoursynth=enabled