diff options
Diffstat (limited to 'dxr3.c')
-rw-r--r-- | dxr3.c | 6 |
1 files changed, 5 insertions, 1 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.11 2005/05/17 20:26:00 scop Exp $ + * $Id: dxr3.c,v 1.1.2.12 2005/05/28 10:03:25 scop Exp $ * */ @@ -19,6 +19,10 @@ static const char *VERSION = "0.2.3-cvs"; static const char *DESCRIPTION = "Hardware MPEG decoder"; static const char *MAINMENUENTRY = "DXR3"; +#if VDRVERSNUM && VDRVERSNUM < 10311 +#error "This version of the DXR3 plugin needs VDR version >= 1.3.11" +#endif + // ================================== // 'message-handler' for the main screen eOSState cDxr3OsdItem::ProcessKey(eKeys Key) |