comparison Makefile @ 462:b8c57ebf9880 libavutil

simplify library version handling
author mru
date Fri, 07 Mar 2008 19:27:17 +0000
parents 9e9e727a9238
children fc4239d967ce
comparison
equal deleted inserted replaced
461:62530c1673a0 462:b8c57ebf9880
36 random.h \ 36 random.h \
37 rational.h \ 37 rational.h \
38 sha1.h 38 sha1.h
39 39
40 NAME=avutil 40 NAME=avutil
41 LIBVERSION=$(LAVUVERSION)
42 LIBMAJOR=$(LAVUMAJOR)
43 41
44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree) 42 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 sha1 softfloat tree)
45 43
46 include ../common.mak 44 include ../common.mak
47 45