From b96b99fc9cb0f195240e19c53590cd89429d639f Mon Sep 17 00:00:00 2001 From: dailz Date: Fri, 3 Jul 2026 13:10:15 +0800 Subject: [PATCH] ci(gitea): install libavfilter dev package Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e8c32a..ad485a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: # are also more reliable without the flag. sudo apt-get install -y \ ffmpeg \ - libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libva-dev \ + libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libswscale-dev libva-dev \ libwayland-dev wayland-protocols \ libdrm-dev \ libpipewire-0.3-dev \