diff options
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dxr3.c,v 1.1.2.23 2006/04/18 21:33:18 scop Exp $ + * $Id: dxr3.c,v 1.1.2.24 2006/04/19 21:57:35 scop Exp $ * */ @@ -19,8 +19,8 @@ static const char *VERSION = "0.2.6-cvs"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; -#if VDRVERSNUM && VDRVERSNUM < 10347 -#error "This version of the DXR3 plugin needs VDR version >= 1.3.47" +#if VDRVERSNUM && VDRVERSNUM < 10342 +#error "This version of the DXR3 plugin needs VDR version >= 1.3.42" #endif #define DXR3_MAX_CARDS 4 |