From patchwork Wed Oct 21 22:25:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Koch X-Patchwork-Id: 12752 Received: from fmmailgate01.web.de ([217.72.192.221]) by mail.linuxtv.org with esmtp (Exim 4.69) (envelope-from ) id 1N0jdF-0003lk-Rt for vdr@linuxtv.org; Thu, 22 Oct 2009 00:26:14 +0200 Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id B0829130B884A for ; Thu, 22 Oct 2009 00:25:40 +0200 (CEST) Received: from [77.25.53.46] (helo=[192.168.25.5]) by smtp05.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1N0jch-00011F-00 for vdr@linuxtv.org; Thu, 22 Oct 2009 00:25:40 +0200 From: Carsten Koch To: VDR Mailing List In-Reply-To: <4A34E3B9.7050107@cadsoft.de> References: <4A34E3B9.7050107@cadsoft.de> Date: Thu, 22 Oct 2009 00:25:51 +0200 Message-Id: <1256163951.7746.2.camel@puwa.icemnet.de> Mime-Version: 1.0 X-Mailer: Evolution 2.28.0 Sender: CarstenKochElsdorf@web.de X-Sender: CarstenKochElsdorf@web.de X-Provags-ID: V01U2FsdGVkX1/QeIy3y2FX1GgHc9tVSM7X0lWNd0f9hDeWYkXc BNEpye2ErSC11wH1JnfwO9ibHqrDAylU5nZSO1Wk5bdKmWLuIv xOJs25Jul3S2IrDPwEcA== X-LSpam-Score: -2.6 (--) X-LSpam-Report: No, score=-2.6 required=5.0 tests=BAYES_00=-2.599 autolearn=ham Subject: [vdr] VDR can no longer be compiled with the current driver from "http://linuxtv.org/hg/v4l-dvb". X-BeenThere: vdr@linuxtv.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: VDR Mailing List List-Id: VDR Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Oct 2009 22:26:15 -0000 Status: O X-Status: X-Keywords: X-UID: 21447 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. --- 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_*/