extra/ffmpeg to 4.2.3-2

This commit is contained in:
Kevin Mihelich 2020-05-27 15:01:13 +00:00
parent 3c83c8fd20
commit eb6d982e5f

View file

@ -13,7 +13,7 @@
pkgname=ffmpeg
pkgver=4.2.3
pkgrel=1
pkgrel=2
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
@ -102,6 +102,10 @@ pkgver() {
prepare() {
cd ffmpeg
# lavf/mp3dec: don't adjust start time; packets are not adjusted
# https://crbug.com/1062037
git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
patch -Np1 -i "${srcdir}"/vmaf-model-path.patch
}