summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Ziemba2016-03-14 04:52:10 -0400
committerDan Ziemba2016-03-14 04:52:10 -0400
commit31ad24d6e14a4c5c209575fd441e0de5bfe38d81 (patch)
tree3bbf03916af3640d7fe26f4f549adcebf2f32aad /PKGBUILD
parent28866721e4d4e1a148ae430cb71e88e4978eff81 (diff)
downloadaur-31ad24d6e14a4c5c209575fd441e0de5bfe38d81.tar.gz
Removed useless config options
Pretty sure these only have an effect when building the included ffmpeg.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f122472d5107..d1eaf3ca0c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=tvheadend-git
_gitname='tvheadend-git'
pkgver=4.1.r1672.g3927788
-pkgrel=2
+pkgrel=3
pkgdesc="TV streaming server for Linux"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://tvheadend.org/"
@@ -45,8 +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 --enable-nvenc \
- --disable-libmfx_static --enable-libmfx \
+ --enable-vdpau \
+ --disable-libmfx_static \
--disable-hdhomerun_static
make
}