[FFmpeg-devel] SVN 22969: missing dependency for decoder wmavoice
Måns Rullgård
mans
Tue Apr 27 20:49:25 CEST 2010
Daniel Verkamp <daniel at drv.nu> writes:
> On Tue, Apr 27, 2010 at 1:02 PM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
>> Thierry Foucu <tfoucu <at> gmail.com> writes:
>>
>>> /usr/local/fmpeg/svn/libavcodec/wmavoice.c:361: undefined reference to
>>> `ff_sine_window_init'
>>
>> Please read http://ffmpeg.org/bugreports.html if you do not intend to send a patch.
>>
>
> This looks like a result of fft using the sine tables but not
> depending on mdct, which is where the tables are defined
> (mdct_tablegen.h, which is included by mdct.c). However, just putting
> fft_select="mdct" in configure obviously won't work, as that's a
> circular dependency (and adds unnecessary code when mdct isn't
> actually needed).
>
> The attached works, but it's ugly/messy IMO...
Yes, it is. We should move the tables somewhere else.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list