From 0c6ce93bc830a3a06d382db98944440658bf5cdc Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 16 Mar 2024 01:02:44 +0100 Subject: [PATCH] Fix ffmpeg-custom build with latest vulkan headers --- ffmpeg/custom/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ffmpeg/custom/PKGBUILD b/ffmpeg/custom/PKGBUILD index a4af5db9..ead8bef0 100644 --- a/ffmpeg/custom/PKGBUILD +++ b/ffmpeg/custom/PKGBUILD @@ -153,7 +153,8 @@ prepare() { # Fix bug in av_fft_end git cherry-pick -n a562cfee2e214252f8b3f516527272ae32ef9532 git cherry-pick -n 250471ea1745fc703eb346a2a662304536a311b1 - + # Fix build with latest vulkan headers + git cherry-pick -n fef22c87ada4517441701e6e61e062c9f4399c8e } pkgver() {