diff options
author | scop <scop> | 2008-12-29 21:50:23 +0000 |
---|---|---|
committer | scop <scop> | 2008-12-29 21:50:23 +0000 |
commit | 44f1df433aa02ebf67c6389abbc3140dd712d5b0 (patch) | |
tree | 519d7e8a7bc2867ca09df80ceabd12d19927e377 /dxr3.c | |
parent | 604b54ec296d14f485060485b52899d49d3c25d9 (diff) | |
download | vdr-plugin-dxr3-44f1df433aa02ebf67c6389abbc3140dd712d5b0.tar.gz vdr-plugin-dxr3-44f1df433aa02ebf67c6389abbc3140dd712d5b0.tar.bz2 |
Drop support for VDR < 1.6.0
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.40 2008/12/29 21:14:18 scop Exp $ + * $Id: dxr3.c,v 1.1.2.41 2008/12/29 21:50:23 scop Exp $ * */ @@ -17,8 +17,8 @@ static const char VERSION[] = "0.2.8+cvs"; static const char DESCRIPTION[] = trNOOP("Hardware MPEG decoder"); -#if APIVERSNUM && APIVERSNUM < 10400 -#error "This version of the DXR3 plugin needs VDR API version >= 1.4.0" +#if APIVERSNUM && APIVERSNUM < 10600 +#error "This version of the DXR3 plugin needs VDR API version >= 1.6.0" #endif #define DXR3_MAX_CARDS 4 |