Mercurial > libavutil.hg
changeset 48:e80a1c46386a libavutil
compile md5 and include in libavutil.a
author | ivo |
---|---|
date | Sun, 02 Jul 2006 19:01:52 +0000 |
parents | 58acf79a19d3 |
children | 1a9c62b337e4 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jul 02 19:01:09 2006 +0000 +++ b/Makefile Sun Jul 02 19:01:52 2006 +0000 @@ -10,9 +10,10 @@ 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)