mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg to 7.0.2-2
This commit is contained in:
parent
3a8445efd6
commit
c6e6964904
2 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ffmpeg
|
||||
pkgdesc = Complete solution to record, convert and stream audio and video
|
||||
pkgver = 7.0.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 2
|
||||
url = https://ffmpeg.org
|
||||
arch = x86_64
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
pkgname=ffmpeg
|
||||
pkgver=7.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=2
|
||||
pkgdesc='Complete solution to record, convert and stream audio and video'
|
||||
arch=(x86_64)
|
||||
|
@ -129,6 +129,11 @@ validpgpkeys=(DD1EC9E8DE085C629B3E1846B18E8928B3948D64) # Michael Niedermayer <m
|
|||
prepare() {
|
||||
cd ffmpeg
|
||||
patch -Np1 -i ../add-av_stream_get_first_dts-for-chromium.patch # https://crbug.com/1251779
|
||||
|
||||
# Fix VAAPI AV1 performance with Mesa
|
||||
git cherry-pick -n fe9d889dcd79ea18d4dfaa39df4ddbd4c8c3b15c
|
||||
git cherry-pick -n d2d911eb9a2fc6eb8d86b3ae025a56c1a2692fba
|
||||
|
||||
}
|
||||
|
||||
pkgver() {
|
||||
|
|
Loading…
Reference in a new issue