[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

Andreas Öman andreas
Sun Oct 18 14:40:44 CEST 2009


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.



More information about the ffmpeg-cvslog mailing list