diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-28 22:08:09 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-10-28 22:08:09 +0000 |
commit | 6b6adf2bc86ba4b432554c054ef0470ba34d74ac (patch) | |
tree | 6c9cb8f1e67838840ef05498a232f311168588c5 /libavformat/Makefile | |
parent | a15bc651f9888634ff33d772ff6e682dc6b0095b (diff) | |
download | ffmpeg-6b6adf2bc86ba4b432554c054ef0470ba34d74ac.tar.gz |
move framecrc muxer in its own file
Originally committed as revision 10868 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 cf8a042c84..2efcbc342f 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -50,7 +50,7 @@ OBJS-$(CONFIG_FLIC_DEMUXER) += flic.o OBJS-$(CONFIG_FLV_DEMUXER) += flvdec.o OBJS-$(CONFIG_FLV_MUXER) += flvenc.o OBJS-$(CONFIG_FOURXM_DEMUXER) += 4xm.o -OBJS-$(CONFIG_FRAMECRC_MUXER) += crc.o +OBJS-$(CONFIG_FRAMECRC_MUXER) += framecrcenc.o OBJS-$(CONFIG_GIF_MUXER) += gif.o OBJS-$(CONFIG_GIF_DEMUXER) += gifdec.o OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o |