extra/ffmpeg4.4 to 4.4.4-3

This commit is contained in:
Kevin Mihelich 2023-10-11 23:00:58 +00:00
parent 375cfbc8eb
commit d817bed7ed
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = ffmpeg4.4
pkgdesc = Complete solution to record, convert and stream audio and video
pkgver = 4.4.4
pkgrel = 2
pkgrel = 3
url = https://ffmpeg.org/
arch = x86_64
license = GPL3

View file

@ -16,7 +16,7 @@
pkgname=ffmpeg4.4
pkgver=4.4.4
pkgrel=2
pkgrel=3
pkgdesc='Complete solution to record, convert and stream audio and video'
arch=(x86_64)
url=https://ffmpeg.org/
@ -111,6 +111,10 @@ prepare() {
git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
git cherry-pick -n 031f1561cd286596cdb374da32f8aa816ce3b135 # remove compressed_ten_bit_format
patch -p1 -i ../binutils-2.41.patch # Fix build with binutils 2.41
# use non-deprecated nvenc GUID for conftest
git cherry-pick -n 03823ac0c6a38bd6ba972539e3203a592579792f
git cherry-pick -n d2b46c1ef768bc31ba9180f6d469d5b8be677500
}
build() {