[Ffmpeg-devel] [PATCH] make dvdsub encoder depend on config variables

Wolfram Gloger wmglo
Mon Nov 21 10:14:57 CET 2005


> On Mon, Nov 21, 2005 at 08:39:45AM +0000, Wolfram Gloger wrote:
> > 
> > > +ifeq ($(CONFIG_DVBSUB_DECODER)$(CONFIG_DVBSUB_ENCODER),)
> > > +   OBJS+= dvbsub.o
> > > +endif
> > 
> > This should be if_n_eq, no?
> 
> Huh?  It's supposed to be compiled-in only when those two defines are
> set in config.mak ...

Yes, and if those two defines are set to "yes", then what will

  ifeq (yesyes,)

result in?  I think:  false :-)

> Also here: Huh?

Please look at all the other cases in the Makefile, whenever two
config variables are concatenated, if_n_eq is used..

Regards,
Wolfram.





More information about the ffmpeg-devel mailing list