summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLaura Hausmann2024-04-24 17:56:29 +0200
committerLaura Hausmann2024-04-24 17:56:29 +0200
commita395e1af43c08869a176d5a9865dd1c9a101c8e9 (patch)
tree44b02b9b2db0a2a236053cc2e201ce631dec5680 /PKGBUILD
parent7dae7eb412488ec3c6eec5ee8c83c9d106c64a0b (diff)
downloadaur-ffmpeg-libfdk_aac.tar.gz
Update to -8, fixes build with ffnvcodec-headers 12.2.72.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8dc0baf3f12..07ece1fa9180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=ffmpeg-libfdk_aac
pkgver=6.1.1
-pkgrel=7
+pkgrel=8
epoch=2
pkgdesc='Complete solution to record, convert and stream audio and video (Same as official package except with libfdk-aac support)'
arch=(x86_64)
@@ -146,6 +146,10 @@ prepare() {
git cherry-pick -n 250471ea1745fc703eb346a2a662304536a311b1
# Fix build with latest vulkan headers
git cherry-pick -n fef22c87ada4517441701e6e61e062c9f4399c8e
+ # avcodec/nvenc: stop using long deprecated format specifiers
+ git cherry-pick -n 3481f8d99fc44f5516957e774b7f2da74c33beb8
+ # avcodec/nvenc: support SDK 12.2 bit depth API
+ git cherry-pick -n 38346298973e3869d895e0ad3ca3b19dc598c5c8
}
pkgver() {