[FFmpeg-cvslog] r22522 - in trunk: configure libavcodec/Makefile libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/dwt.c libavcodec/dwt.h libavcodec/ivi_dsp.c libavcodec/snow.c libavcodec/snow.h libavcodec/x86/...

Måns Rullgård mans
Sun Mar 14 23:29:32 CET 2010


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> On date Sunday 2010-03-14 18:50:12 +0100, mru wrote:
>> Author: mru
>> Date: Sun Mar 14 18:50:12 2010
>> New Revision: 22522
>> 
>> Log:
>> Separate DWT from snow and dsputil
>> 
>> This moves the DWT functions from snow.c and dsputil.c to a file of
>> their own.  A new struct, DWTContext, holds the function pointers
>> previously part of DSPContext.
>
> This or one of the following commits broke linking here:

[...]

> /home/stefano/src/ffmpeg.git/libavcodec/libavcodec.a(dwt.o): In function `ff_dwt_init':
> /home/stefano/src/ffmpeg.git/libavcodec/dwt.c:842: undefined reference to `ff_dwt_init_x86'
> collect2: ld returned 1 exit status
>
> I suppose this may be related to the fact that I'm not compiling with
> optimization, and ff_dwt_init_x86() is defined in
> libavcodec/x86/snowdsp_mmx and maybe it's not compiled (just guessing
> to true inspection and no time for that...).

Should be fixed.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list