configure: fix hdhomerun check condition, fix compilation
This commit is contained in:
parent
cef28a6c9e
commit
b67d741336
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue