[FFmpeg-devel] [PATCH] mdct fft dependencies

Aurelien Jacobs aurel
Thu May 17 14:49:42 CEST 2007


On Thu, 17 May 2007 14:39:21 +0200
Benjamin Larsson <banan at ludd.ltu.se> wrote:

> Aurelien Jacobs wrote:
> > On Thu, 17 May 2007 10:37:46 +0200
> > Diego Biurrun <diego at biurrun.de> wrote:
> > 
> >> On Thu, May 17, 2007 at 10:08:17AM +0200, Benjamin Larsson wrote:
> >>> Only compile fft and mdct when needed. Untested patch.
> >> Looks OK if it works ;-p
> > 
> > Patch didn't applied to latest SVN and it lacked qdm2 dependencie over fft.
> > I fixed it and applied it.
> 
> Neat, anyway I don't think qdm2 needs mdct.o

It does. Well not directly, but fft.o needs it, else you get this error:

libavcodec.a(fft.o): In function `ff_fft_init':
fft.c:59: undefined reference to `ff_imdct_calc'

> it needs mpegaudiodec.o though.

Ok, but mpegaudiodec is compiled unconditionnaly anyway.
If you want to make it complie conditionnaly, feel free :-)

Aurel




More information about the ffmpeg-devel mailing list