diff options
author | Ivo van Poorten <ivop@euronet.nl> | 2006-07-02 19:01:52 +0000 |
---|---|---|
committer | Ivo van Poorten <ivop@euronet.nl> | 2006-07-02 19:01:52 +0000 |
commit | fb9cc9e7aa0618711e8173bfbc1fdb01ad79bdbf (patch) | |
tree | 7e6d167f996665e6fdc24f67ac5a9e1d41dd12a4 | |
parent | 93d6aeb0a452f7557fd85bc0af977e3f7eba84dd (diff) | |
download | ffmpeg-fb9cc9e7aa0618711e8173bfbc1fdb01ad79bdbf.tar.gz |
compile md5 and include in libavutil.a
Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 373337b4e3..aba43c2084 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -10,9 +10,10 @@ OBJS= mathematics.o \ rational.o \ intfloat_readwrite.o \ crc.o \ + md5.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ - intfloat_readwrite.h + intfloat_readwrite.h md5.h NAME=avutil ifeq ($(BUILD_SHARED),yes) |