Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Testing Plugins with NEWSTRUCT / old driver... include problems



Here a nice example at dvd-plugin:

ifdef NEWSTRUCT
DVBDIR = ../../../../DVB/include
DEFINES += -DNEWSTRUCT
else
DVBDIR = ../../../../DVB/ost/include
endif
VDRDIR = ../../..
VDRINC = $(VDRDIR)/include
LIBDIR = ../../lib
TMPDIR = /tmp

and now the problems with:

lcdproc und vcd

DVBDIR = ../../../../DVB/ost/include
VDRDIR = ../../..
VDRINC = $(VDRDIR)/include
LIBDIR = ../../lib
TMPDIR = /tmp


DVB/ost/include vcd_menu.c
In file included from vcd_player.h:17,
                  from vcd_control.h:20,
                  from vcd_menu.c:19:
../../../include/vdr/remux.h:14: linux/dvb/dmx.h: No such file or directory
make[1]: *** [vcd_menu.o] Error 1

Urks! dmx.h and so on not found.

Could you add this in your Makefile to prevent from this in future ;-)
(ok ok - only a small thing).

Regards,
	Martin



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index