Rebuild ffmpeg against new x264 and enable librsvg

This commit is contained in:
Martchus 2020-08-07 11:08:20 +02:00
parent 212d70588a
commit 0f1b04c46a
1 changed files with 5 additions and 2 deletions

View File

@ -10,9 +10,9 @@
_name=ffmpeg
pkgname=ffmpeg-libfdk_aac
pkgver=4.3.1
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video (with libfdk-aac support)'
pkgdesc='Complete solution to record, convert and stream audio and video (with librsvg and libfdk-aac support)'
arch=('x86_64')
url='https://ffmpeg.org/'
license=('GPL3' 'custom:libfdk-aac')
@ -72,6 +72,7 @@ depends=(
zlib
libfdk-aac
librsvg
)
makedepends=(
avisynthplus
@ -96,6 +97,7 @@ provides=(
libswresample.so
libswscale.so
"ffmpeg=$pkgver"
"ffmpeg-librsvg=$pkgver"
)
conflicts=("$_name")
@ -174,6 +176,7 @@ build() {
--enable-omx \
--enable-shared \
--enable-version3 \
--enable-librsvg \
--enable-libfdk_aac \
--enable-nonfree