diff -Nru reelchannelscan-0.4.3/filter.h reelchannelscan-0.4.3-Makefile-DEFINE/filter.h --- reelchannelscan-0.4.3/filter.h 2007-05-19 15:50:09.000000000 +0200 +++ reelchannelscan-0.4.3-Makefile-DEFINE/filter.h 2007-11-18 22:17:33.000000000 +0100 @@ -90,7 +90,7 @@ #ifdef REELVDR #define MAXNITS 256 #endif -#define MAXNETWORKNAME 256 +//#define MAXNETWORKNAME 256 class NitFilter : public cFilter { diff -Nru reelchannelscan-0.4.3/Makefile reelchannelscan-0.4.3-Makefile-DEFINE/Makefile --- reelchannelscan-0.4.3/Makefile 2007-05-19 16:09:31.000000000 +0200 +++ reelchannelscan-0.4.3-Makefile-DEFINE/Makefile 2007-11-18 22:16:52.000000000 +0100 @@ -18,7 +18,7 @@ ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual -m32 +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual -Wno-parentheses ### The directory environment: @@ -28,13 +28,9 @@ ### Allow user defined options to overwrite defaults: --include $(VDRDIR)/Make.config - -ifdef REELVDR -PLUGIN = channelscan -else PLUGIN = reelchannelscan -endif + +-include $(VDRDIR)/Make.config ### The version number of VDR (taken from VDR's "config.h"):