vdr: remove 'API version 5.3 or higher' error..

This commit is contained in:
Stefan Saraev 2013-04-09 22:26:29 +03:00
parent 7a66490f3a
commit ab937f7cbd

View File

@ -0,0 +1,15 @@
diff --git a/dvbdevice.h b/dvbdevice.h
index 6a1a11e..a02c3bc 100644
--- a/dvbdevice.h
+++ b/dvbdevice.h
@@ -14,10 +14,6 @@
#include <linux/dvb/version.h>
#include "device.h"
-#if (DVB_API_VERSION << 8 | DVB_API_VERSION_MINOR) < 0x0503
-#error VDR requires Linux DVB driver API version 5.3 or higher!
-#endif
-
#define MAXDVBDEVICES 8
#define MAXDELIVERYSYSTEMS 8