Skip to content
Snippets Groups Projects
Commit fb9cc9e7 authored by Ivo van Poorten's avatar Ivo van Poorten
Browse files

compile md5 and include in libavutil.a

Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 93d6aeb0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment