]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: fix hdhomerun check condition, fix compilation
authorJaroslav Kysela <perex@perex.cz>
Tue, 14 Oct 2014 12:17:34 +0000 (14:17 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 14 Oct 2014 12:18:05 +0000 (14:18 +0200)
configure
src/input/mpegts.c

index 80b27c2822c78f11b0608f7ccbc6debb3d3b6259..441257ade99bf41f0d587bb44f792910a750fbbf 100755 (executable)
--- a/configure
+++ b/configure
@@ -230,7 +230,7 @@ fi
 # HDHomeRun - libhdhomerun
 #
 if enabled_or_auto hdhomerun_client; then
-  if check_cc_lib hdhomerun; then
+  if check_cc_lib hdhomerun; then
     enable  hdhomerun_client
     LDFLAGS="$LDFLAGS -lhdhomerun"
   fi
index a5022e172589a60ce48f3414c34f26c5e26d8585..7a105bb84ce8c4242cd48414501a65b8f9882512 100644 (file)
@@ -91,7 +91,7 @@ mpegts_done ( void )
 #if ENABLE_SATIP_CLIENT
   tvhftrace("main", satip_done);
 #endif
-#if ENABLE_HDHOMERUN
+#if ENABLE_HDHOMERUN_CLIENT
   tvhftrace("main", tvhdhomerun_done);
 #endif
 #if ENABLE_TSFILE