Rebuild with gsm and opencore-amr

This commit is contained in:
2026-06-18 14:33:45 +03:00
parent 20cbadea66
commit deba1eea17
2 changed files with 6 additions and 1 deletions
+3 -1
View File
@@ -1,7 +1,7 @@
name: ffmpeg name: ffmpeg
description: A complete, cross-platform solution to record, convert and stream audio and video description: A complete, cross-platform solution to record, convert and stream audio and video
version: 8.1.1 version: 8.1.1
revision: 2 revision: 3
url: https://ffmpeg.org/ url: https://ffmpeg.org/
license: GPL3-only license: GPL3-only
maintainers: maintainers:
@@ -20,6 +20,7 @@ depends:
- glibc - glibc
- gmp - gmp
- gnutls - gnutls
- gsm
- harfbuzz - harfbuzz
- lame - lame
- libass - libass
@@ -38,6 +39,7 @@ depends:
- libxext - libxext
- libxml2 - libxml2
- libxv - libxv
- opencore-amr
- openjpeg - openjpeg
- opus - opus
- rav1e - rav1e
+3
View File
@@ -38,7 +38,10 @@ build() {
--enable-librav1e \ --enable-librav1e \
--enable-libsvtav1 \ --enable-libsvtav1 \
--enable-gmp \ --enable-gmp \
--enable-libgsm \
--enable-libharfbuzz \ --enable-libharfbuzz \
--enable-libopencore_amrnb \
--enable-libopencore_amrwb \
--enable-libopenjpeg \ --enable-libopenjpeg \
--enable-libopus \ --enable-libopus \
--enable-librsvg \ --enable-librsvg \