[Ffmpeg-cvslog] r5590 - in trunk/libavcodec: Makefile allcodecs.c cavs.c cavsdata.h cavsdsp.c cavsdsp.h dsputil.c dsputil.h parser.c
Uoti Urpala
uoti.urpala
Mon Jul 3 03:25:40 CEST 2006
On Mon, 2006-07-03 at 02:16 +0200, michael wrote:
> Modified: trunk/libavcodec/dsputil.c
> + ff_cavsdsp_init(c,avctx);
> Modified: trunk/libavcodec/parser.c
> + next= ff_cavs_find_frame_end(pc, buf, buf_size);
These calls are compiled unconditionally but the functions only exist if
CONFIG_CAVS_DECODER is set.
More information about the ffmpeg-cvslog
mailing list