summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2023-06-02 09:06:08 +0800
committerInochi Amaoto2023-06-02 09:06:08 +0800
commit9991ab4b922f3ab785161892eff3a6fdb5a3be27 (patch)
treeb52023490c5126b5e939d4e7c29e0430ffa3b5ce /PKGBUILD
parentd5bc3e4d9ac47ef71016ab8cd97777a283f056cd (diff)
downloadaur-9991ab4b922f3ab785161892eff3a6fdb5a3be27.tar.gz
Update: add vulkan interop support
Signed-off-by: Inochi Amaoto <libraryindexsky@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 362e8fda00b0..308e8efebc7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.35.1.r355.g7ae7fc0112
+pkgver=0.35.1.r421.gc1bef0f084
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 with all possible libs (uses statically linked ffmpeg with all possible libs). (GIT version )"
arch=('x86_64')
@@ -445,6 +445,7 @@ prepare() {
'-Dvaapi-x11=enabled'
'-Dvaapi-x-egl=enabled'
'-Dvulkan=enabled'
+ '-Dvulkan-interop=enabled'
'-Dwayland=enabled'
'-Dx11=enabled'
'-Dxv=enabled'