extra/ffmpeg to 4.3.2-5

This commit is contained in:
Kevin Mihelich 2021-03-29 15:02:18 +00:00
parent 9e36ef91a3
commit 837d888fc3

View file

@ -15,7 +15,7 @@
pkgname=ffmpeg
pkgver=4.3.2
pkgrel=4
pkgrel=5
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@ -113,7 +113,6 @@ pkgver() {
prepare() {
cd ffmpeg
git cherry-pick -n 7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315 # fix build against libsrt 1.4.2
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}