]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
build: updated configure script to change the default build options
authorAdam Sutton <dev@adamsutton.me.uk>
Thu, 14 Jan 2016 16:32:49 +0000 (16:32 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Sat, 16 Jan 2016 23:28:13 +0000 (23:28 +0000)
configure

index f90d18b3ec9a0f7cc6008795375152ae5878c2d1..5e972e165afeb2c68d3c814158006597de2328da 100755 (executable)
--- a/configure
+++ b/configure
@@ -23,8 +23,8 @@ OPTIONS=(
   "linuxdvb:yes"
   "satip_server:yes"
   "satip_client:yes"
-  "hdhomerun_client:auto"
-  "hdhomerun_static:no"
+  "hdhomerun_client:no"
+  "hdhomerun_static:yes"
   "iptv:yes"
   "tsfile:yes"
   "dvbscan:yes"
@@ -34,7 +34,7 @@ OPTIONS=(
   "avahi:auto"
   "zlib:auto"
   "libav:auto"
-  "libffmpeg_static:no"
+  "libffmpeg_static:yes"
   "libx264_static:yes"
   "libx265:no"
   "libx265_static:yes"