Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 586448 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure (-1 / +1 lines)
Lines 357-363 if enabled hdhomerun_static; then Link Here
357
else
357
else
358
358
359
  if enabled_or_auto hdhomerun_client; then
359
  if enabled_or_auto hdhomerun_client; then
360
    if check_cc_header 'libhdhomerun/hdhomerun' libhdhomerun; then
360
    if check_cc_header 'hdhomerun/hdhomerun' libhdhomerun; then
361
      enable  hdhomerun_client
361
      enable  hdhomerun_client
362
      LDFLAGS="$LDFLAGS -lhdhomerun"
362
      LDFLAGS="$LDFLAGS -lhdhomerun"
363
    fi
363
    fi
(-)a/src/input/mpegts/tvhdhomerun/tvhdhomerun_private.h (-1 / +1 lines)
Lines 24-30 Link Here
24
#include "htsbuf.h"
24
#include "htsbuf.h"
25
#include "tvhdhomerun.h"
25
#include "tvhdhomerun.h"
26
26
27
#include "libhdhomerun/hdhomerun.h"
27
#include "hdhomerun/hdhomerun.h"
28
28
29
typedef struct tvhdhomerun_device_info tvhdhomerun_device_info_t;
29
typedef struct tvhdhomerun_device_info tvhdhomerun_device_info_t;
30
typedef struct tvhdhomerun_device      tvhdhomerun_device_t;
30
typedef struct tvhdhomerun_device      tvhdhomerun_device_t;

Return to bug 586448