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

Implement some statistics.

This commit is contained in:
Antti Seppälä
2007-10-05 19:00:44 +00:00
parent e210b8197b
commit 978fb7aa0f
10 changed files with 264 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: Makefile,v 1.14 2007/10/01 18:14:57 rahrenbe Exp $
# $Id: Makefile,v 1.15 2007/10/05 19:00:44 ajhseppa Exp $
# Debugging on/off
#IPTV_DEBUG = 1
@@ -58,7 +58,8 @@ endif
### The object files (add further files here):
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o \
protocolhttp.o protocolfile.o sectionfilter.o sidscanner.o
protocolhttp.o protocolfile.o sectionfilter.o sidscanner.o \
statistics.o
### The main target: