diff options
author | phintuka <phintuka> | 2009-09-16 16:59:59 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-09-16 16:59:59 +0000 |
commit | d949fef4419f348836b510b97049f8c36aa85301 (patch) | |
tree | 22189c29ad2bb5a501c6e7148310b26ddd6be967 | |
parent | ce5af9a379716895194a3d1a16f7d980a2dafa6a (diff) | |
download | xineliboutput-d949fef4419f348836b510b97049f8c36aa85301.tar.gz xineliboutput-d949fef4419f348836b510b97049f8c36aa85301.tar.bz2 |
1.0.5
-rw-r--r-- | xineliboutput.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index d5112f65..2de17a88 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.30.2.5 2009-09-16 16:59:36 phintuka Exp $ + * $Id: xineliboutput.c,v 1.30.2.6 2009-09-16 16:59:59 phintuka Exp $ * */ @@ -38,10 +38,13 @@ #if VDRVERSNUM < 10400 # error VDR versions < 1.4.0 are not supported ! #endif +#if VDRVERSNUM > 10700 +# error VDR versions > 1.7.0 are not supported ! +#endif //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.4"; +static const char *VERSION = "1.0.5"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); |