comparison Makefile @ 48:e80a1c46386a libavutil

compile md5 and include in libavutil.a
author ivo
date Sun, 02 Jul 2006 19:01:52 +0000
parents 00f34c83c69b
children aaf464cadfa8
comparison
equal deleted inserted replaced
47:58acf79a19d3 48:e80a1c46386a
8 8
9 OBJS= mathematics.o \ 9 OBJS= mathematics.o \
10 rational.o \ 10 rational.o \
11 intfloat_readwrite.o \ 11 intfloat_readwrite.o \
12 crc.o \ 12 crc.o \
13 md5.o \
13 14
14 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 15 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
15 intfloat_readwrite.h 16 intfloat_readwrite.h md5.h
16 17
17 NAME=avutil 18 NAME=avutil
18 ifeq ($(BUILD_SHARED),yes) 19 ifeq ($(BUILD_SHARED),yes)
19 LIBVERSION=$(LAVUVERSION) 20 LIBVERSION=$(LAVUVERSION)
20 LIBMAJOR=$(LAVUMAJOR) 21 LIBMAJOR=$(LAVUMAJOR)