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 \