Commit b7c28021 authored by rbultje's avatar rbultje

Add missing dependency. Patch by James Darnley <$firstname dot $lastname at

gmail dot com>.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5dbb0ca4
......@@ -345,7 +345,8 @@ OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o wma.o
OBJS-$(CONFIG_WMAV2_ENCODER) += wmaenc.o wma.o
OBJS-$(CONFIG_WMAVOICE_DECODER) += wmavoice.o \
celp_math.o celp_filters.o \
acelp_vectors.o acelp_filters.o
acelp_vectors.o acelp_filters.o \
lsp.o
OBJS-$(CONFIG_WMV2_DECODER) += wmv2dec.o wmv2.o \
msmpeg4.o msmpeg4data.o \
intrax8.o intrax8dsp.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment