Enable egl video output

This commit is contained in:
gripped 2015-09-28 12:44:09 +01:00
parent ec48b00bd6
commit 7b7254bcfd

View file

@ -9,7 +9,7 @@
pkgname=mpv
epoch=1
pkgver=0.11.0
pkgrel=1
pkgrel=1.1
pkgdesc='Video player based on MPlayer/mplayer2'
arch=('i686' 'x86_64')
license=('GPL')
@ -42,7 +42,8 @@ build() {
--confdir=/etc/mpv \
--enable-zsh-comp \
--enable-libmpv-shared \
--enable-cdda
--enable-cdda \
--enable-egl-x11
./waf build
}