Actions
Bug #3057
closedtvheadend does not compile or execute with lib hdhomerun 20150826 installed
Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
Crashes
Target version:
-
Start date:
2015-09-01
Due date:
% Done:
100%
Estimated time:
Found in version:
all
Affected Versions:
Description
diff --git a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c
index a84b3f4..5cd934a 100644
--- a/src/input/mpegts/tvhdhomerun/tvhdhomerun.c
+++ b/src/input/mpegts/tvhdhomerun/tvhdhomerun.c@ -343,7 +343,7
@ tvhdhomerun_device_discovery( void )
if (!tvheadend_running)
return;
- int numDevices = hdhomerun_discover_find_devices_custom(0,
+ int numDevices = hdhomerun_discover_find_devices_custom_v2(0,
HDHOMERUN_DEVICE_TYPE_TUNER,
HDHOMERUN_DEVICE_ID_WILDCARD,
result_list,
Actions