Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libhdhomerun: upgrade to 20150826, fixes #3110, fixes #3057
  • Loading branch information
perexg committed Sep 25, 2015
1 parent f2a8619 commit f01effe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.hdhomerun
Expand Up @@ -49,10 +49,10 @@ LIBHDHRDIR = $(ROOTDIR)/libhdhomerun_static

export PATH := $(LIBHDHRDIR)/build/bin:$(PATH)

LIBHDHR = libhdhomerun_20150406
LIBHDHR = libhdhomerun_20150826
LIBHDHR_TB = $(LIBHDHR).tgz
LIBHDHR_URL = http://download.silicondust.com/hdhomerun/$(LIBHDHR_TB)
LIBHDHR_SHA1 = f0d5da744d981a80becea6cc862b5e2519e1c3c6
LIBHDHR_SHA1 = 24ce6003b1e815ec4c642d180b621c1d524ca1cf

.PHONY: build
build: $(LIBHDHRDIR)/$(LIBHDHR)/.tvh_build
Expand Down
5 changes: 5 additions & 0 deletions src/input/mpegts/tvhdhomerun/tvhdhomerun.c
Expand Up @@ -27,6 +27,11 @@
#include <arpa/inet.h>
#include <openssl/sha.h>

#ifdef HDHOMERUN_TAG_DEVICE_AUTH_BIN
#define hdhomerun_discover_find_devices_custom \
hdhomerun_discover_find_devices_custom_v2
#endif

static void tvhdhomerun_device_discovery( void );

static void
Expand Down

0 comments on commit f01effe

Please sign in to comment.