mirror of https://git.ffmpeg.org/ffmpeg.git
compile md5 and include in libavutil.a
Originally committed as revision 5584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
93d6aeb0a4
commit
fb9cc9e7aa
|
@ -10,9 +10,10 @@ OBJS= mathematics.o \
|
||||||
rational.o \
|
rational.o \
|
||||||
intfloat_readwrite.o \
|
intfloat_readwrite.o \
|
||||||
crc.o \
|
crc.o \
|
||||||
|
md5.o \
|
||||||
|
|
||||||
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
|
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
|
||||||
intfloat_readwrite.h
|
intfloat_readwrite.h md5.h
|
||||||
|
|
||||||
NAME=avutil
|
NAME=avutil
|
||||||
ifeq ($(BUILD_SHARED),yes)
|
ifeq ($(BUILD_SHARED),yes)
|
||||||
|
|
Loading…
Reference in New Issue