diff options
author | Zhentan Feng <spyfeng@gmail.com> | 2008-08-18 17:54:18 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-18 17:54:18 +0000 |
commit | c69968b4fe6403103c62665f64a84abbe5d1ef2b (patch) | |
tree | 32f3a9cf9c282ce33519f5ab23277b1335260963 /libavformat/Makefile | |
parent | 3f3fe38d254ca5b4823a2c76d06011087f707200 (diff) | |
download | ffmpeg-c69968b4fe6403103c62665f64a84abbe5d1ef2b.tar.gz |
Factorize common code out of the mxf demuxer.
Patch by zhentan feng.
Originally committed as revision 14826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index c940ef161a..8db975e129 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -108,7 +108,7 @@ OBJS-$(CONFIG_MPJPEG_MUXER) += mpjpeg.o OBJS-$(CONFIG_MSNWC_TCP_DEMUXER) += msnwc_tcp.o OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o -OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o +OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o mxf.o OBJS-$(CONFIG_NSV_DEMUXER) += nsvdec.o OBJS-$(CONFIG_NULL_MUXER) += raw.o OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o |