From 821326f5746cc861a081d288185a2495370b62c8 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 14 Apr 2016 18:02:50 +0000 Subject: [PATCH] community/mpv to 0.17.0-2 --- community/mpv/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index 2b0a100cb..b52b48a55 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -9,7 +9,7 @@ pkgname=mpv epoch=1 pkgver=0.17.0 -pkgrel=1 +pkgrel=2 _waf_version=1.8.12 pkgdesc='a free, open source, and cross-platform media player' arch=('i686' 'x86_64') @@ -43,9 +43,10 @@ build() { ./waf configure --prefix=/usr \ --confdir=/etc/mpv \ - --enable-zsh-comp \ - --enable-libmpv-shared \ --enable-cdda \ + --enable-encoding \ + --enable-libmpv-shared \ + --enable-zsh-comp \ --enable-egl-x11 ./waf build