ci: enable ffmpeg in build_on_debian

The dependencies are already installed, but since the ffmpeg related
meson options are set to `disabled`, they were not used.
This commit is contained in:
Barnabás Pőcze 2025-10-05 16:21:20 +02:00 committed by Wim Taymans
parent e72962fb42
commit e4480cf804

View file

@ -343,6 +343,8 @@ build_on_debian:
-D systemd-system-service=disabled
-D onnxruntime=disabled
-D vulkan=enabled
-D ffmpeg=enabled
-D pw-cat-ffmpeg=enabled
.build_on_fedora:
extends: