common.h
branchtrunk
changeset 2 4c1f7b705009
parent 0 474a1293c3c0
child 22 93aaf15c145a
     1.1 --- a/common.h	Sat Dec 29 14:47:49 2007 +0100
     1.2 +++ b/common.h	Sat Dec 29 14:49:09 2007 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License
    1.12 @@ -22,6 +22,10 @@
    1.13  #ifndef ___COMMON_H
    1.14  #define ___COMMON_H
    1.15  
    1.16 +#ifndef PLUGIN_NAME_I18N
    1.17 +#define PLUGIN_NAME_I18N "dummy"
    1.18 +#endif
    1.19 +
    1.20  #ifndef APIVERSNUM
    1.21  #include <vdr/config.h>
    1.22  #endif