mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/ffmpeg4.4 to 4.4.4-3
This commit is contained in:
parent
375cfbc8eb
commit
d817bed7ed
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ffmpeg4.4
|
pkgbase = ffmpeg4.4
|
||||||
pkgdesc = Complete solution to record, convert and stream audio and video
|
pkgdesc = Complete solution to record, convert and stream audio and video
|
||||||
pkgver = 4.4.4
|
pkgver = 4.4.4
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://ffmpeg.org/
|
url = https://ffmpeg.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL3
|
license = GPL3
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
pkgname=ffmpeg4.4
|
pkgname=ffmpeg4.4
|
||||||
pkgver=4.4.4
|
pkgver=4.4.4
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
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)
|
||||||
url=https://ffmpeg.org/
|
url=https://ffmpeg.org/
|
||||||
|
@ -111,6 +111,10 @@ prepare() {
|
||||||
git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
|
git cherry-pick -n 988f2e9eb063db7c1a678729f58aab6eba59a55b # fix nvenc on older gpus
|
||||||
git cherry-pick -n 031f1561cd286596cdb374da32f8aa816ce3b135 # remove compressed_ten_bit_format
|
git cherry-pick -n 031f1561cd286596cdb374da32f8aa816ce3b135 # remove compressed_ten_bit_format
|
||||||
patch -p1 -i ../binutils-2.41.patch # Fix build with binutils 2.41
|
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() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue