diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-08-07 02:12:14 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-08-07 02:12:14 +0000 |
commit | d09ea6baaf1a2ea29df60d70c34d5387266f58f4 (patch) | |
tree | 20024935ab1ab43593a38844a408d6b1ac2aa7a4 /libavformat/Makefile | |
parent | 5c5b1731b77c6988debf975a5fd0a91936df013b (diff) | |
download | ffmpeg-d09ea6baaf1a2ea29df60d70c34d5387266f58f4.tar.gz |
rename mxf.c to mxfdec.c
Originally committed as revision 14655 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 8c62a36665..c940ef161a 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) += mxf.o +OBJS-$(CONFIG_MXF_DEMUXER) += mxfdec.o OBJS-$(CONFIG_NSV_DEMUXER) += nsvdec.o OBJS-$(CONFIG_NULL_MUXER) += raw.o OBJS-$(CONFIG_NUT_DEMUXER) += nutdec.o nut.o riff.o |