Skip to content

Commit

Permalink
ci: Make libdav1d a required dependency
Browse files Browse the repository at this point in the history
This used to be enforced by patching the ffmpeg wrap,
but after upstream changes to the wrap this method is simpler.
  • Loading branch information
arch1t3cht committed May 19, 2024
1 parent a6ba172 commit 628f130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
-Dfribidi:tests=false
-Dfribidi:docs=false
-Dlibass:fontconfig=disabled
-Dffmpeg:libdav1d=enabled
-Davisynth=enabled
-Dbestsource=enabled
-Dvapoursynth=enabled
Expand All @@ -60,6 +61,7 @@ jobs:
-Dfribidi:tests=false
-Dfribidi:docs=false
-Dlibass:fontconfig=disabled
-Dffmpeg:libdav1d=enabled
-Davisynth=enabled
-Dbestsource=enabled
-Dvapoursynth=enabled
Expand Down Expand Up @@ -91,6 +93,7 @@ jobs:
-Dbuild_appimage=true
-Ddefault_library=static
--force-fallback-for=ffms2
-Dffmpeg:libdav1d=enabled
-Davisynth=enabled
-Dbestsource=enabled
-Dvapoursynth=enabled
Expand Down

0 comments on commit 628f130

Please sign in to comment.