diff options
author | h.udo <hudokkow@gmail.com> | 2015-07-08 19:42:37 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2015-07-08 19:42:37 +0100 |
commit | 2efc4456b8dc66660dd7f43e26a8cf809eb652d3 (patch) | |
tree | c4ab744335ec177dd91627c0d351333454f17372 /Makefile.in | |
parent | e67b8e7717c64ff09c1a8ca3adefc39a88bfbef4 (diff) | |
parent | cd6429d63cd6860766e1fad4cf01727cc259f23a (diff) |
Merge pull request #7142 from hudokkow/drop_hdhomerun
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 |