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

Added configurable buffer size.

This commit is contained in:
Rolf Ahrenberg
2007-09-15 15:38:38 +00:00
parent 7f4bcb76e2
commit 8d6f72ca5d
8 changed files with 130 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: Makefile,v 1.2 2007/09/14 15:44:25 rahrenbe Exp $
# $Id: Makefile,v 1.3 2007/09/15 15:38:38 rahrenbe Exp $
# Debugging on/off
IPTV_DEBUG = 1
@@ -57,7 +57,7 @@ endif
### The object files (add further files here):
OBJS = $(PLUGIN).o device.o streamer.o protocoludp.o
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o
### The main target: