From deba1eea17a1447145363ce319942ca582fddc0f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 18 Jun 2026 14:33:45 +0300 Subject: [PATCH] Rebuild with gsm and opencore-amr --- info.yml | 4 +++- recipe.sh | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/info.yml b/info.yml index 3980969..5b2052f 100644 --- a/info.yml +++ b/info.yml @@ -1,7 +1,7 @@ name: ffmpeg description: A complete, cross-platform solution to record, convert and stream audio and video version: 8.1.1 -revision: 2 +revision: 3 url: https://ffmpeg.org/ license: GPL3-only maintainers: @@ -20,6 +20,7 @@ depends: - glibc - gmp - gnutls + - gsm - harfbuzz - lame - libass @@ -38,6 +39,7 @@ depends: - libxext - libxml2 - libxv + - opencore-amr - openjpeg - opus - rav1e diff --git a/recipe.sh b/recipe.sh index 9d05eb9..432e72d 100644 --- a/recipe.sh +++ b/recipe.sh @@ -38,7 +38,10 @@ build() { --enable-librav1e \ --enable-libsvtav1 \ --enable-gmp \ + --enable-libgsm \ --enable-libharfbuzz \ + --enable-libopencore_amrnb \ + --enable-libopencore_amrwb \ --enable-libopenjpeg \ --enable-libopus \ --enable-librsvg \