diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-14 14:43:06 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-07-14 14:43:06 +0000 |
commit | c3eaeadb4acc934b23dfd25b2198772f67c96a87 (patch) | |
tree | 8aca2f896b321767396dca3b8eb1690c3a4867d9 /libavformat/Makefile | |
parent | 95e99a769cbe1ded444d31b0cb1a19650401a5fa (diff) | |
download | ffmpeg-c3eaeadb4acc934b23dfd25b2198772f67c96a87.tar.gz |
Allow selecting only the vc1 demuxer.
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols
--enable-demuxer=vc1
Originally committed as revision 9649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 641081169e..4aeac8bdcb 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -135,6 +135,7 @@ OBJS-$(CONFIG_TIERTEXSEQ_DEMUXER) += tiertexseq.o OBJS-$(CONFIG_TTA_DEMUXER) += tta.o OBJS-$(CONFIG_TXD_DEMUXER) += txd.o OBJS-$(CONFIG_V4L2_DEMUXER) += v4l2.o +OBJS-$(CONFIG_VC1_DEMUXER) += raw.o OBJS-$(CONFIG_VIDEO_GRAB_BKTR_DEMUXER) += grab_bktr.o OBJS-$(CONFIG_VIDEO_GRAB_V4L_DEMUXER) += grab.o OBJS-$(CONFIG_VMD_DEMUXER) += sierravmd.o |