[FFmpeg-cvslog] r20266 - in trunk/libavcodec: Makefile dsputil.c dsputil.h flacenc.c lpc.c x86/dsputilenc_mmx.c x86/flacdsp_mmx.c x86/lpc_mmx.c
Justin Ruggles
justin.ruggles
Sun Oct 18 21:54:12 CEST 2009
Andreas ?man wrote:
> jbr wrote:
>> Author: jbr
>> Date: Sat Oct 17 23:00:39 2009
>> New Revision: 20266
>>
>> Log:
>> Move autocorrelation function from flacenc.c to lpc.c. Also rename the
>> corresponding dsputil functions and remove their dependency on the FLAC
>> encoder.
>
> This breaks build if not lpc.c is compiled (for whatever reason)
>
> ffmpeg/libavcodec/dsputil.c:4840: undefined reference to
> `ff_lpc_compute_autocorr'
>
> The #if still needs to be there in one way or another.
Thanks. It is fixed now in r20285.
-Justin
More information about the ffmpeg-cvslog
mailing list