]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: enable ddci by default
authorJaroslav Kysela <perex@perex.cz>
Mon, 15 Jan 2018 17:12:58 +0000 (18:12 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 15 Jan 2018 17:12:58 +0000 (18:12 +0100)
configure

index 8ba29299c6ff236b373d7fe698656695581aa006..d26ae5bec5af6288e993cab7eee46702262d9b09 100755 (executable)
--- a/configure
+++ b/configure
@@ -75,7 +75,7 @@ OPTIONS=(
   "slow_memoryinfo:no"
   "libsystemd_daemon:no"
   "bintray_cache:yes"
-  "ddci:no"
+  "ddci:yes"
   "cclang_threadsan:no"
 )
 
@@ -357,6 +357,14 @@ if enabled_or_auto linuxdvb; then
   fi
 fi
 
+if enabled linuxdvb; then
+  if enabled_or_auto ddci; then
+    enable ddci
+  fi
+else
+  disable ddci
+fi
+
 #
 # HDHomeRun - libhdhomerun
 #