mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/ffmpeg to 4.2.3-2
This commit is contained in:
parent
828b6e41c6
commit
64583e4c94
1 changed files with 1 additions and 5 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
pkgname=ffmpeg
|
pkgname=ffmpeg
|
||||||
pkgver=4.2.3
|
pkgver=4.2.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -109,10 +109,6 @@ pkgver() {
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ffmpeg
|
cd ffmpeg
|
||||||
|
|
||||||
# lavf/mp3dec: don't adjust start time; packets are not adjusted
|
|
||||||
# https://crbug.com/1062037
|
|
||||||
git cherry-pick -n 460132c9980f8a1f501a1f69477bca49e1641233
|
|
||||||
|
|
||||||
# backport avisynthplus support
|
# backport avisynthplus support
|
||||||
git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c | git apply -
|
git show 6d8cddd1c67758636843f6a08295b3896c2e9ef8 -- libavformat/avisynth.c | git apply -
|
||||||
git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c | git apply -
|
git show 56f59246293de417d27ea7e27cb9a7727ee579fb -- libavformat/avisynth.c | git apply -
|
||||||
|
|
Loading…
Reference in a new issue