mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/ffmpeg to 4.2.3-2
This commit is contained in:
parent
3c83c8fd20
commit
eb6d982e5f
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue