summaryrefslogtreecommitdiff
path: root/libavutil/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 /libavutil/Makefile
parent43865cf092b2e623346fe0d3cbd1a175b9663408 (diff)
move adler32 to libavutil
Originally committed as revision 5731 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile
index 236810685b..9870cfb0a1 100644
--- a/libavutil/Makefile
+++ b/libavutil/Makefile
@@ -12,9 +12,10 @@ OBJS= mathematics.o \
intfloat_readwrite.o \
crc.o \
md5.o \
+ adler32.o
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
- intfloat_readwrite.h md5.h
+ intfloat_readwrite.h md5.h adler32.h
NAME=avutil
ifeq ($(BUILD_SHARED),yes)