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

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to