summaryrefslogtreecommitdiff
blob: 8a0768fa6f02d53c4c6b5a4d2b4db24f52d9b116 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
diff --git a/configure b/configure
index 47d2cf2..6f9fcc5 100755
--- a/configure
+++ b/configure
@@ -290,7 +290,7 @@ if enabled hdhomerun_static; then
 else
 
   if enabled_or_auto hdhomerun_client; then
-    if check_cc_header 'libhdhomerun/hdhomerun' libhdhomerun; then
+    if check_cc_header 'hdhomerun/hdhomerun' libhdhomerun; then
       enable  hdhomerun_client
       LDFLAGS="$LDFLAGS -lhdhomerun"
     fi
diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h b/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h
index 962627a..6d1c52b 100644
--- a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h
+++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h
@@ -24,7 +24,8 @@
 #include "htsbuf.h"
 #include "tvhdhomerun.h"
 
-#include <libhdhomerun/hdhomerun.h>
+#include <hdhomerun/hdhomerun.h>
+#include <hdhomerun/hdhomerun_debug.h>
 
 typedef struct tvhdhomerun_device_info tvhdhomerun_device_info_t;
 typedef struct tvhdhomerun_device      tvhdhomerun_device_t;