aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-13 21:29:01 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-13 21:29:01 +0000
commitb9a73d8d2f1930bf705c836a09f0514480799898 (patch)
treed51488f147cd0a40387e6697f1787f339ae404e9 /libavformat/Makefile
parent43865cf092b2e623346fe0d3cbd1a175b9663408 (diff)
downloadffmpeg-b9a73d8d2f1930bf705c836a09f0514480799898.tar.gz
move adler32 to libavutil
Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 93924a940c..e512e24a44 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -76,8 +76,8 @@ OBJS-$(CONFIG_MPEGTS_DEMUXER) += mpegts.o
OBJS-$(CONFIG_MPEGTS_MUXER) += mpegtsenc.o
OBJS-$(CONFIG_MPJPEG_MUXER) += mpjpeg.o
OBJS-$(CONFIG_NSV_DEMUXER) += nsvdec.o riff.o
-OBJS-$(CONFIG_NUT_DEMUXER) += nut.o riff.o crc.o
-OBJS-$(CONFIG_NUT_MUXER) += nut.o riff.o crc.o
+OBJS-$(CONFIG_NUT_DEMUXER) += nut.o riff.o
+OBJS-$(CONFIG_NUT_MUXER) += nut.o riff.o
OBJS-$(CONFIG_NUV_DEMUXER) += nuv.o riff.o
OBJS-$(CONFIG_OGG_DEMUXER) += ogg2.o \
oggparsevorbis.o \