From 1db5e6132d33f45669ac5523528f26cc5045eab0 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 26 Aug 2026 12:30:15 +0300 Subject: [PATCH] Rebuild with libssh and v4l-utils --- info.yml | 3 ++- recipe.sh | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/info.yml b/info.yml index 8779895..3826df5 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: ffmpeg4.4 description: A complete, cross-platform solution to record, convert and stream audio and video version: 4.4.8 -revision: 2 +revision: 3 url: https://ffmpeg.org/ license: GPL3-only maintainers: @@ -45,6 +45,7 @@ depends: - sdl2-compat - speex - svt-av1 + - v4l-utils - vulkan-loader - x264 - x265 diff --git a/recipe.sh b/recipe.sh index 5695bf6..3b083e2 100644 --- a/recipe.sh +++ b/recipe.sh @@ -40,7 +40,9 @@ build() { --enable-librav1e \ --enable-librsvg \ --enable-libspeex \ + --enable-libssh \ --enable-libsvtav1 \ + --enable-libv4l2 \ --enable-libvorbis \ --enable-libvpx \ --enable-libwebp \