diff Makefile @ 2679:646c70612cb6 libavformat

move framecrc muxer in its own file
author aurel
date Sun, 28 Oct 2007 22:08:09 +0000
parents 883daa175be1
children 6326140d67ab
line wrap: on
line diff
--- a/Makefile	Fri Oct 26 20:02:11 2007 +0000
+++ b/Makefile	Sun Oct 28 22:08:09 2007 +0000
@@ -50,7 +50,7 @@
 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