common.h
branchtrunk
changeset 2 4c1f7b705009
parent 0 474a1293c3c0
child 22 93aaf15c145a
equal deleted inserted replaced
1:a6fedb9b8528 2:4c1f7b705009
     1 /*
     1 /*
     2  * MP3/MPlayer plugin to VDR (C++)
     2  * MP3/MPlayer plugin to VDR (C++)
     3  *
     3  *
     4  * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     4  * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or
     6  * This code is free software; you can redistribute it and/or
     7  * modify it under the terms of the GNU General Public License
     7  * modify it under the terms of the GNU General Public License
     8  * as published by the Free Software Foundation; either version 2
     8  * as published by the Free Software Foundation; either version 2
     9  * of the License, or (at your option) any later version.
     9  * of the License, or (at your option) any later version.
    19  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
    19  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
    20  */
    20  */
    21 
    21 
    22 #ifndef ___COMMON_H
    22 #ifndef ___COMMON_H
    23 #define ___COMMON_H
    23 #define ___COMMON_H
       
    24 
       
    25 #ifndef PLUGIN_NAME_I18N
       
    26 #define PLUGIN_NAME_I18N "dummy"
       
    27 #endif
    24 
    28 
    25 #ifndef APIVERSNUM
    29 #ifndef APIVERSNUM
    26 #include <vdr/config.h>
    30 #include <vdr/config.h>
    27 #endif
    31 #endif
    28 #include "config.h"
    32 #include "config.h"