summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortytan6522023-02-03 12:10:27 +0100
committertytan6522023-02-03 12:10:27 +0100
commit9f393b93219ff5eb8daeb9d20309744068156687 (patch)
treedac60d1a6ed7a0a0ef9d30ccb5cc4056841fd578 /PKGBUILD
parent86cdfc59cfeaaae85444ff6c808325e3332c884f (diff)
downloadaur-9f393b93219ff5eb8daeb9d20309744068156687.tar.gz
build: Fix build with newer Vulkan
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e4ae2b25907..380fa6acc3cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=ffmpeg-obs
pkgver=5.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Complete solution to record, convert and stream audio and video with fixes for OBS Studio. And various options in the PKGBUILD'
arch=('i686' 'x86_64' 'aarch64')
url=https://ffmpeg.org/
@@ -433,6 +433,9 @@ prepare() {
## avdevice/v4l2: fix leak of timefilter
git cherry-pick -n 30aa0c3f4873a92c5e3da8ba8cf030de56bf4cf7
+ # Fix building with newer Vulkan versions
+ git cherry-pick -n eb0455d64690eed0068e5cb202f72ecdf899837c
+
### Arch Linux changes
## https://crbug.com/1251779