From df279b55035877280af38c73f36eb3260e1502d8 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 16 Sep 2007 13:49:35 +0000 Subject: [PATCH] Added a check for trVDR() macro. --- setup.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.c b/setup.c index cbe8189..d0b2d05 100644 --- a/setup.c +++ b/setup.c @@ -3,13 +3,17 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: setup.c,v 1.4 2007/09/16 13:38:20 rahrenbe Exp $ + * $Id: setup.c,v 1.5 2007/09/16 13:49:35 rahrenbe Exp $ */ #include "common.h" #include "config.h" #include "setup.h" +#ifndef trVDR +#define trVDR(s) tr(s) +#endif + cIptvPluginSetup::cIptvPluginSetup(void) { tsBufferSize = IptvConfig.GetTsBufferSize();