Sync ffmpeg-custom with official package

This commit is contained in:
Martchus 2023-04-10 18:41:24 +02:00
parent 1b345a9f3d
commit 387afd78cb
1 changed files with 5 additions and 1 deletions

View File

@ -10,7 +10,7 @@
_name=ffmpeg _name=ffmpeg
pkgname=ffmpeg-custom pkgname=ffmpeg-custom
pkgver=6.0 pkgver=6.0
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with more features enabled than regular ffmpeg)' pkgdesc='Complete solution to record, convert and stream audio and video (with more features enabled than regular ffmpeg)'
arch=('x86_64') arch=('x86_64')
@ -36,7 +36,9 @@ depends=(
libfreetype.so libfreetype.so
libgl libgl
libiec61883 libiec61883
libjxl.so
libmfx libmfx
libmodplug
libopenmpt.so libopenmpt.so
libpulse libpulse
librav1e.so librav1e.so
@ -161,7 +163,9 @@ build() {
--enable-libfribidi \ --enable-libfribidi \
--enable-libiec61883 \ --enable-libiec61883 \
--enable-libjack \ --enable-libjack \
--enable-libjxl \
--enable-libmfx \ --enable-libmfx \
--enable-libmodplug \
--enable-libgsm \ --enable-libgsm \
--enable-libmp3lame \ --enable-libmp3lame \
--enable-libopencore_amrnb \ --enable-libopencore_amrnb \