[vdr] #error VDR requires Linux DVB driver API > version 3.3! (was - VDR developer version 1.5.14)
Matthias Fechner
idefix at fechner.net
Tue Jan 29 12:53:23 CET 2008
Hi,
Igor wrote:
> please, try to copy the files
>
> from
>
> /multiproto/linux/include/linux/dvb/version.h
> /multiproto/linux/include/linux/dvb/frontend.h
>
> to
>
> /usr/include/linux/dvb
>
> and recompile the VDR
ok it was really a -I Problem with the compile process.
I edited the Make.config but vdr doesn't seems to use it:
DVBDIR = /usr/local/src/multiproto/multiproto/linux/
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?
Best regards,
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
More information about the vdr
mailing list