summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91eb7d088fd8..a7ed6437950c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=mpv-build-git
-pkgver=v0.32.0.328.gc5f8ec76b1
+pkgver=v0.32.0.351.gb4c1554f7a
pkgrel=1
pkgdesc="Video player based on MPlayer/mplayer2 (uses statically linked ffmpeg). (GIT version)"
arch=('x86_64')
@@ -115,6 +115,9 @@ prepare() {
if [ -f /usr/lib/libavisynth.so.*.*.* ]; then
_ffmpeg_options+=('--enable-avisynth')
fi
+if [ -f /usr/lib/libvapoursynth.so ]; then
+ _ffmpeg_options+=('--enable-vapoursynth')
+fi
_mpv_options=(
'--prefix=/usr'
'--confdir=/etc/mpv'