mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
Enable egl video output
This commit is contained in:
parent
ec48b00bd6
commit
7b7254bcfd
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue