[FFmpeg-devel] [PATCH] VP8 link error fix
Frank Barchard
fbarchard
Wed Aug 4 00:06:52 CEST 2010
On Tue, Aug 3, 2010 at 1:45 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
> Hi,
> Diego (I think?) removed it recently.
The old vp8 dependencies for r24645 were
OBJS-$(CONFIG_VP8_DECODER) += vp8.o vp8dsp.o vp56.o vp56data.o \
h264pred.o cabac.o
now its just
OBJS-$(CONFIG_VP8_DECODER) += vp8.o vp8dsp.o
vp8.o still refers to functions in cabac.o.
More information about the ffmpeg-devel
mailing list