aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-04 00:09:33 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-04 00:09:33 +0000
commit5982ae94eef6b0d0ef23f33cc8759c8d6e1ab736 (patch)
tree937730e6f97ed5df16ed87e991685193fc3c9b7e /libavcodec/Makefile
parent98c98e04ccae75ccaf0f3ebf18588bc0090dff8b (diff)
downloadffmpeg-5982ae94eef6b0d0ef23f33cc8759c8d6e1ab736.tar.gz
Move VC1 parser to its own file.
Originally committed as revision 8882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1d160b90dd..719a768689 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -287,6 +287,7 @@ OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += parser.o
OBJS-$(CONFIG_MPEGAUDIO_PARSER) += parser.o
OBJS-$(CONFIG_MPEGVIDEO_PARSER) += parser.o
OBJS-$(CONFIG_PNM_PARSER) += pnm.o
+OBJS-$(CONFIG_VC1_PARSER) += vc1_parser.o
OBJS-$(HAVE_PTHREADS) += pthread.o
OBJS-$(HAVE_W32THREADS) += w32thread.o