diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-13 21:29:01 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-13 21:29:01 +0000 |
commit | b9a73d8d2f1930bf705c836a09f0514480799898 (patch) | |
tree | d51488f147cd0a40387e6697f1787f339ae404e9 /libavutil/Makefile | |
parent | 43865cf092b2e623346fe0d3cbd1a175b9663408 (diff) | |
download | ffmpeg-b9a73d8d2f1930bf705c836a09f0514480799898.tar.gz |
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/Makefile | 3 |
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) |