mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
6e8546ac15
as a TV/PVR Backend to XBMC. It adds support for Live TV watching, replaying of Recordings, programming Timers and EPG TV Guide to use on same computer or over the Network. This add-on requires the installed "vdr-plugin-xvdr" plugin on the VDR server. VDR itself doen't need any patches or modification to use all the current features. WWW: https://github.com/pipelka/xbmc-addon-xvdr
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
--- a/src/xvdr/Makefile.am
|
|
+++ b/src/xvdr/Makefile.am
|
|
@@ -5,7 +5,7 @@
|
|
# how to reach the author.
|
|
#
|
|
|
|
-LIBS =-ldl
|
|
+#LIBS =-ldl
|
|
LIBDIR = ../../addons/pvr.vdr.xvdr
|
|
LIB = ../../addons/pvr.vdr.xvdr/XBMC_VDR_xvdr.pvr
|
|
|