summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBruno Pagani2016-02-29 13:11:47 +0100
committerBruno Pagani2016-02-29 13:11:47 +0100
commit1fa340da0f4009f91e8b256cbf9a3272263419ff (patch)
tree9e66a7527e582f9e87ccae0a39109374b02c2f60 /PKGBUILD
parentc2147ef6285a5b2132ac7f774d8da913787f5351 (diff)
downloadaur-1fa340da0f4009f91e8b256cbf9a3272263419ff.tar.gz
upgpkg: mpv-light 0.16.0-2
Switch to libswresample, enable libavdevice (requires not other libs).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66d9baee8f7d..e32df21568f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=mpv
pkgname=mpv-light
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
pkgdesc='Video player based on MPlayer/mplayer2, with selection of features.'
arch=('i686' 'x86_64')
license=('GPL')
@@ -46,9 +46,9 @@ build() {
--disable-rubberband \
--disable-vapoursynth \
--disable-vapoursynth-lazy \
- --disable-libswresample \
- --enable-libavresample \
- --disable-libavdevice \
+ --enable-libswresample \
+ --disable-libavresample \
+ --enable-libavdevice \
--disable-oss-audio \
--disable-rsound \
--disable-jack \