configure: fix hdhomerun check condition, fix compilation

This commit is contained in:
Jaroslav Kysela 2014-10-14 14:17:34 +02:00
parent cef28a6c9e
commit b67d741336
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -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

View 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