-----Oorspronkelijk bericht----- Van: vdr-bounces@linuxtv.org [mailto:vdr-bounces@linuxtv.org] Namens Tony Grant Verzonden: dinsdag 29 januari 2008 13:55 Aan: ajurik@quick.cz; VDR Mailing List Onderwerp: Re: [vdr] #error VDR requires Linux DVB driver API > version3.3! (was - VDR developer version 1.5.14)
Le mardi 29 janvier 2008 à 13:00 +0100, Ales Jurik a écrit :
On Tuesday 29 January 2008, Matthias Fechner wrote:
I modified now the Makefile and added the following lines after the include of the conf file: ifdef DVBDIR INCLUDES += -I$(DVBDIR)/include endif
For plugins which are using the headerfiles from the new driver I had to add the three lines too.
Is that a bug in the VDR Makefile?
No, for such purposes there is Make.config.template which should be copied
to
Make.config (see doc).
After line ### You don't need to touch the following:
add something like (depends on your configuration)
DVBDIR = /usr/local/src/dvb/linux
and all will ok. This file is included by all Makefiles (also by plugins).
Sorry it doesn't. I RTFM and modified Make.config and I have the error so there is something wrong.
Tony
[serge pecher] Take care that the lines ifdef DVBDIR ... are under the line INCLUDES =-I ... something with freetype (sorry I don't have a machine in front of me
serge