[Ffmpeg-devel] [PATCH] make dvdsub encoder depend on config variables
Diego Biurrun
diego
Mon Nov 21 10:56:57 CET 2005
On Mon, Nov 21, 2005 at 09:14:57AM +0000, Wolfram Gloger wrote:
> > 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 :-)
Yes, you are right, I take everything back. It's not the nicest
solution in any case. I'll look into finding a cleaner way to achieve
the same result.
Diego
More information about the ffmpeg-devel
mailing list