diff options
author | hudokkow <hudokkow@gmail.com> | 2015-05-15 11:59:32 +0100 |
---|---|---|
committer | hudokkow <hudokkow@gmail.com> | 2015-07-08 15:52:41 +0100 |
commit | cd6429d63cd6860766e1fad4cf01727cc259f23a (patch) | |
tree | 04b72c92d6031824820f79a441a11be831094670 /Makefile.in | |
parent | ac54ddfe73672487aaaa54ab8d06b231d44e1201 (diff) |
Drop internal HDHomeRun support
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in index 392abf8315..da3e94d36e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -189,7 +189,6 @@ endif LIB_DIRS=\ lib/cximage-6.0 \ lib/libexif \ - lib/libhdhomerun \ lib/cpluff \ lib/xbmc-dll-symbols @@ -405,15 +404,13 @@ else endif libexif: dllloader $(MAKE) -C lib/libexif -libhdhomerun: dllloader - $(MAKE) -C lib/libhdhomerun imagelib: dllloader $(MAKE) -C lib/cximage-6.0 codecs: dvdpcodecs dvdpextcodecs -libs: $(LIBSSE4) libhdhomerun imagelib libexif system/libcpluff-@ARCH@.so +libs: $(LIBSSE4) imagelib libexif system/libcpluff-@ARCH@.so externals: codecs libs visualizations screensavers libaddon |