From 628f1306efefc56e6173464dd53b21ead25ef233 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Mon, 20 May 2024 01:34:31 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79f3bfcf7..61690af6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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