summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-21 21:18:55 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-21 21:18:55 +0000
commit248bc6bb8cb5641a63a706b1c91c87e677bd80e4 (patch)
tree84508e47ccf701b94eb8ad14b0c8fd1728e2ef02 /libavcodec/Makefile
parentbb243e71009962e73f9f4b8dffd972c19481e6e5 (diff)
Fix compilation with VC-1 decoder disabled.
Originally committed as revision 7149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 79daa80b49..e7391798d5 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -157,7 +157,7 @@ OBJS-$(CONFIG_VQA_DECODER) += vqavideo.o
OBJS-$(CONFIG_WAVPACK_DECODER) += wavpack.o
OBJS-$(CONFIG_WMAV1_DECODER) += wmadec.o
OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o
-OBJS-$(CONFIG_WMV3_DECODER) += vc1.o
+OBJS-$(CONFIG_WMV3_DECODER) += vc1.o vc1dsp.o
OBJS-$(CONFIG_WNV1_DECODER) += wnv1.o
OBJS-$(CONFIG_WS_SND1_DECODER) += ws-snd1.o
OBJS-$(CONFIG_XAN_DPCM_DECODER) += dpcm.o