Mercurial > libavutil.hg
comparison Makefile @ 638:ccbcf7872a78 libavutil
Rename string.c to avstring.c so that the name of header and C file match.
author | diego |
---|---|
date | Thu, 29 Jan 2009 22:12:36 +0000 |
parents | b150276ce746 |
children | b751ac480294 |
comparison
equal
deleted
inserted
replaced
637:683a6dbdd2b2 | 638:ccbcf7872a78 |
---|---|
19 rational.h \ | 19 rational.h \ |
20 sha1.h | 20 sha1.h |
21 | 21 |
22 OBJS = adler32.o \ | 22 OBJS = adler32.o \ |
23 aes.o \ | 23 aes.o \ |
24 avstring.o \ | |
24 base64.o \ | 25 base64.o \ |
25 crc.o \ | 26 crc.o \ |
26 des.o \ | 27 des.o \ |
27 fifo.o \ | 28 fifo.o \ |
28 intfloat_readwrite.o \ | 29 intfloat_readwrite.o \ |
35 mem.o \ | 36 mem.o \ |
36 random.o \ | 37 random.o \ |
37 rational.o \ | 38 rational.o \ |
38 rc4.o \ | 39 rc4.o \ |
39 sha1.o \ | 40 sha1.o \ |
40 string.o \ | |
41 tree.o \ | 41 tree.o \ |
42 utils.o \ | 42 utils.o \ |
43 | 43 |
44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree) | 44 TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree) |
45 | 45 |