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

Very rudimentary pid & section filtering, uses code from libdvb. Does

not work anyway.
This commit is contained in:
Antti Seppälä
2007-09-19 15:14:32 +00:00
parent 638025eb26
commit a7bd285fc6
5 changed files with 551 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
# $Id: Makefile,v 1.6 2007/09/16 12:18:15 ajhseppa Exp $
# $Id: Makefile,v 1.7 2007/09/19 15:14:32 ajhseppa 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 protocolhttp.o protocolfile.o
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o protocolhttp.o protocolfile.o pidfilter.o
### The main target: