1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Updated for vdr-1.7.13.

This commit is contained in:
Rolf Ahrenberg
2010-03-04 17:34:21 +02:00
parent 517547dc15
commit aa620a314c
30 changed files with 527 additions and 1554 deletions

View File

@@ -31,6 +31,10 @@ VDRDIR = ../../..
LIBDIR = ../../lib
TMPDIR = /tmp
### Make sure that necessary options are included:
include $(VDRDIR)/Make.global
### Allow user defined options to overwrite defaults:
-include $(VDRDIR)/Make.config
@@ -61,7 +65,7 @@ all-redirect: all
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o \
protocolhttp.o protocolfile.o protocolext.o sectionfilter.o \
sidscanner.o pidscanner.o statistics.o common.o socket.o
sidscanner.o pidscanner.o statistics.o common.o socket.o source.o
### The main target: