summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2016-03-14 06:31:50 -0400
committerDan Ziemba2016-03-14 06:31:50 -0400
commit741245e2d76269a054fa3c03c14d01dfcd1e27b7 (patch)
tree5477adb6ccae55cdcd649efb950205a13a5f8125 /PKGBUILD
parent31ad24d6e14a4c5c209575fd441e0de5bfe38d81 (diff)
downloadaur-741245e2d76269a054fa3c03c14d01dfcd1e27b7.tar.gz
Vdpau option does nothing with external ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1eaf3ca0c48..c5aca7c363ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=tvheadend-git
_gitname='tvheadend-git'
pkgver=4.1.r1672.g3927788
-pkgrel=3
+pkgrel=4
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://tvheadend.org/"
@@ -45,9 +45,8 @@ build() {
./configure --prefix=/usr --mandir=/usr/share/man/man1 --python=python2 --release \
--disable-libffmpeg_static --disable-libx264_static \
--disable-libx265_static --enable-libx265 \
- --enable-vdpau \
--disable-libmfx_static \
- --disable-hdhomerun_static
+ --disable-hdhomerun_static
make
}