compile md5 and include in libavutil.a

Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ivo van Poorten 2006-07-02 19:01:52 +00:00
parent 93d6aeb0a4
commit fb9cc9e7aa
1 changed files with 2 additions and 1 deletions

View File

@ -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)