summaryrefslogtreecommitdiff
path: root/dxr3.c
diff options
context:
space:
mode:
authorscop <scop>2007-08-29 21:33:46 +0000
committerscop <scop>2007-08-29 21:33:46 +0000
commitd3b9fae66e404e36b47d66b7aedf5bb332ec81b2 (patch)
treecd6f82501da85dbdcd36f1caf63f463143d06247 /dxr3.c
parenta12e1170caa4701a64524089feba1bf36848b38a (diff)
downloadvdr-plugin-dxr3-d3b9fae66e404e36b47d66b7aedf5bb332ec81b2.tar.gz
vdr-plugin-dxr3-d3b9fae66e404e36b47d66b7aedf5bb332ec81b2.tar.bz2
Drop support for VDR < 1.4.0
Diffstat (limited to 'dxr3.c')
-rw-r--r--dxr3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dxr3.c b/dxr3.c
index b0d0c8f..454c2f6 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: dxr3.c,v 1.1.2.34 2007/08/12 14:58:44 scop Exp $
+ * $Id: dxr3.c,v 1.1.2.35 2007/08/29 21:33:46 scop Exp $
*
*/
@@ -19,8 +19,8 @@ static const char VERSION[] = "0.2.8-cvs";
static const char DESCRIPTION[] = "Hardware MPEG decoder";
static const char MAINMENUENTRY[] = "DXR3";
-#if VDRVERSNUM && VDRVERSNUM < 10342
-#error "This version of the DXR3 plugin needs VDR version >= 1.3.42"
+#if APIVERSNUM && APIVERSNUM < 10400
+#error "This version of the DXR3 plugin needs VDR API version >= 1.4.0"
#endif
#define DXR3_MAX_CARDS 4