mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Now checking the driver's DVB_API_VERSION
This commit is contained in:
@@ -4,17 +4,22 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: dvbdevice.h 1.17 2002/11/02 14:32:25 kls Exp $
|
||||
* $Id: dvbdevice.h 1.18 2002/11/03 12:31:15 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DVBDEVICE_H
|
||||
#define __DVBDEVICE_H
|
||||
|
||||
#include <linux/dvb/frontend.h>
|
||||
#include <linux/dvb/version.h>
|
||||
#include "device.h"
|
||||
#include "dvbspu.h"
|
||||
#include "eit.h"
|
||||
|
||||
#if DVB_API_VERSION != 3
|
||||
#error VDR requires Linux DVB driver API version 3!
|
||||
#endif
|
||||
|
||||
#define MAXDVBDEVICES 4
|
||||
|
||||
class cDvbDevice : public cDevice {
|
||||
|
Reference in New Issue
Block a user