summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorInochi Amaoto2020-09-20 10:08:09 +0800
committerInochi Amaoto2020-09-20 10:08:09 +0800
commit336a15545be67eed55b988620ab11b3e65df39b9 (patch)
treeb2d9f36406c0eb7410cd132ba5602bd46c33ac7d /PKGBUILD
parent1f1813107623acdc5ac1217f1b08b28a053c4954 (diff)
downloadaur-336a15545be67eed55b988620ab11b3e65df39b9.tar.gz
remove mpv legacy x11 options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b8b955c9557..fc1a1a73b161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Inochi Amaoto <libraryindexsky@gmail.com>
pkgname=mpv-full-build-git
-pkgver=0.32.0.r723.g49f5c9b482
+pkgver=0.32.0.r734.g7831e52238
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')
@@ -342,7 +342,6 @@ prepare() {
'--enable-gbm'
'--enable-gl'
'--enable-gl-wayland'
- '--enable-gl-x11'
'--enable-html-build'
'--enable-iconv'
'--enable-jack'
@@ -369,7 +368,6 @@ prepare() {
'--enable-vaapi-x11'
'--enable-vaapi-x-egl'
'--enable-vdpau'
- '--enable-vdpau-gl-x11'
'--enable-vulkan'
'--enable-wayland'
'--enable-wayland-protocols'
@@ -380,6 +378,11 @@ prepare() {
'--enable-zlib'
)
+ local _legacy_mpv_options=(
+ '--enable-gl-x11'
+ '--enable-vdpau-gl-x11'
+ )
+
local _ffmpeg_cflags=''
local _ffmpeg_ldflags=''
if [ -z ${MPV_NO_CHECK_OPT_DEPEND+yes} ]; then