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

Removed unnecessary setup options and merged RTP protocol into UDP.

This commit is contained in:
Rolf Ahrenberg
2007-09-28 16:44:59 +00:00
parent ef7940059a
commit b6f80d9bd6
18 changed files with 103 additions and 416 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: Makefile,v 1.10 2007/09/26 22:10:17 rahrenbe Exp $
# $Id: Makefile,v 1.11 2007/09/28 16:44:59 rahrenbe Exp $
# Debugging on/off
#IPTV_DEBUG = 1
@@ -57,7 +57,7 @@ endif
### The object files (add further files here):
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o protocolrtp.o \
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o \
protocolhttp.o protocolfile.o sectionfilter.o
### The main target: