On Mon, 21 Nov 2005, Wolfram Gloger wrote: > Hi, > >> +ifeq ($(CONFIG_DVBSUB_DECODER)$(CONFIG_DVBSUB_ENCODER),) >> + OBJS+= dvbsub.o >> +endif Have dvbsubdec and dvbsub been merged into one file? If not, shouldn't dvbsubdec.o be in there somewhere... I think the two are independent, so could be configured separately. Ian