]> git.sesse.net Git - ffmpeg/commitdiff
compile md5 and include in libavutil.a
authorIvo van Poorten <ivop@euronet.nl>
Sun, 2 Jul 2006 19:01:52 +0000 (19:01 +0000)
committerIvo van Poorten <ivop@euronet.nl>
Sun, 2 Jul 2006 19:01:52 +0000 (19:01 +0000)
Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/Makefile

index 373337b4e3d4eee96f77dc9cff4e3183fedf9b74..aba43c20848bc64d3865b6a21f6231a1e351c2aa 100644 (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)