Merge pull request #1270 from gripped/mpv

mpv: Enable egl video output
This commit is contained in:
Kevin Mihelich 2015-10-11 17:17:37 -06:00
commit ee65eca3b2

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
}