Browse Source

compile md5 and include in libavutil.a

Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ivo van Poorten 19 years ago
parent
commit
fb9cc9e7aa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      libavutil/Makefile

+ 2
- 1
libavutil/Makefile 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)


Loading…
Cancel
Save