VDR can no longer be compiled with the current driver from "http://linuxtv.org/hg/v4l-dvb".

Message ID 1256163951.7746.2.camel@puwa.icemnet.de
State New
Headers

Commit Message

Carsten Koch Oct. 21, 2009, 10:25 p.m. UTC
  On Sun, 2009-06-14 at 13:49 +0200, Klaus Schmidinger wrote:
...
> If you use a full featured DVB card for replay you need the DVB driver
> version from
> 
>   http://linuxtv.org/hg/v4l-dvb

The driver had its API version changed on 2009-10-19 17:08:05:



@Klaus, are you planning to adapt VDR and release a new version
this weekend?

Cheers,
Carsten.
  

Comments

VDRU VDRU Oct. 21, 2009, 10:56 p.m. UTC | #1
On Wed, Oct 21, 2009 at 3:25 PM, Carsten Koch <CarstenKochElsdorf@web.de> wrote:
> The driver had its API version changed on 2009-10-19 17:08:05:

I already emailed Klaus about this the other day so I'm assuming he's
aware of it by now.  In the mean time you can easily fix the problem
by hand by removing the API minor version check.
  

Patch

--- v4l-dvb-af3d28c7ef19/linux/include/linux/dvb/version.h      2009-06-21 02:25:44.000000000 +0200
+++ v4l-dvb-f6680fa8e7ec/linux/include/linux/dvb/version.h      2009-10-19 17:08:05.000000000 +0200
@@ -24,6 +24,6 @@ 
 #define _DVBVERSION_H_

 #define DVB_API_VERSION 5
-#define DVB_API_VERSION_MINOR 0
+#define DVB_API_VERSION_MINOR 1

 #endif /*_DVBVERSION_H_*/