blob: d7aedf66709ebbdbe4c0bc035173e45c4e3c3d2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -ruNp vdr-1.6.0-2-extensions/dvbdevice.h~ vdr-1.6.0-2-ext-softosd/dvbdevice.h
--- vdr-1.6.0-2-extensions/dvbdevice.h~ 2009-01-09 20:14:49.000000000 +0100
+++ vdr-1.6.0-2-extensions/dvbdevice.h 2009-01-09 20:13:53.000000000 +0100
@@ -15,8 +15,8 @@
#include "device.h"
#include "dvbspu.h"
-#if DVB_API_VERSION != 3
-#error VDR requires Linux DVB driver API version 3!
+#if DVB_API_VERSION < 3
+#error VDR requires Linux DVB driver API version 3 or greater!
#endif
#define MAXDVBDEVICES 8
|