mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
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:
parent
a6ba1720db
commit
628f1306ef
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user