mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Added a check for trVDR() macro.
This commit is contained in:
parent
756a7626ed
commit
df279b5503
6
setup.c
6
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();
|
||||
|
Loading…
Reference in New Issue
Block a user