flacenc: write initial blocksize to STREAMINFO header instead of current
[FFMpeg-mirror/lagarith.git] / libavutil / Makefile
bloba8ff244b13a3cffd6d1e95a43f5def86ad94a468
1 include $(SUBDIR)../config.mak
3 NAME = avutil
5 HEADERS = adler32.h \
6 avstring.h \
7 avutil.h \
8 base64.h \
9 common.h \
10 crc.h \
11 fifo.h \
12 intfloat_readwrite.h \
13 log.h \
14 lzo.h \
15 mathematics.h \
16 md5.h \
17 mem.h \
18 pixfmt.h \
19 rational.h \
20 sha1.h
22 OBJS = adler32.o \
23 aes.o \
24 avstring.o \
25 base64.o \
26 crc.o \
27 des.o \
28 fifo.o \
29 intfloat_readwrite.o \
30 lfg.o \
31 lls.o \
32 log.o \
33 lzo.o \
34 mathematics.o \
35 md5.o \
36 mem.o \
37 random_seed.o \
38 rational.o \
39 rc4.o \
40 sha1.o \
41 tree.o \
42 utils.o \
44 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha1 softfloat tree
45 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
47 DIRS = arm bfin sh4 x86
49 include $(SUBDIR)../subdir.mak
51 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2