From: Adam Sutton Date: Thu, 14 Jan 2016 16:32:49 +0000 (+0000) Subject: build: updated configure script to change the default build options X-Git-Tag: v4.2.1~1162^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad9b54ad908fdc9a069c734234958ae8ad1eb38f;p=thirdparty%2Ftvheadend.git build: updated configure script to change the default build options --- diff --git a/configure b/configure index f90d18b3e..5e972e165 100755 --- 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"