]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Handle input or output len of 0 properly in lzo decoder.
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           attributes.h                                                  \
7           avassert.h                                                    \
8           avstring.h                                                    \
9           avutil.h                                                      \
10           base64.h                                                      \
11           bswap.h                                                       \
12           common.h                                                      \
13           cpu.h                                                         \
14           crc.h                                                         \
15           error.h                                                       \
16           eval.h                                                        \
17           fifo.h                                                        \
18           file.h                                                        \
19           intfloat_readwrite.h                                          \
20           intreadwrite.h                                                \
21           lfg.h                                                         \
22           log.h                                                         \
23           lzo.h                                                         \
24           mathematics.h                                                 \
25           md5.h                                                         \
26           mem.h                                                         \
27           opt.h                                                         \
28           pixdesc.h                                                     \
29           pixfmt.h                                                      \
30           random_seed.h                                                 \
31           rational.h                                                    \
32           sha1.h                                                        \
33
34 BUILT_HEADERS = avconfig.h
35
36 OBJS = adler32.o                                                        \
37        aes.o                                                            \
38        avstring.o                                                       \
39        base64.o                                                         \
40        cpu.o                                                            \
41        crc.o                                                            \
42        des.o                                                            \
43        error.o                                                          \
44        eval.o                                                           \
45        fifo.o                                                           \
46        file.o                                                           \
47        intfloat_readwrite.o                                             \
48        inverse.o                                                        \
49        lfg.o                                                            \
50        lls.o                                                            \
51        log.o                                                            \
52        lzo.o                                                            \
53        mathematics.o                                                    \
54        md5.o                                                            \
55        mem.o                                                            \
56        opt.o                                                            \
57        pixdesc.o                                                        \
58        random_seed.o                                                    \
59        rational.o                                                       \
60        rc4.o                                                            \
61        sha.o                                                            \
62        tree.o                                                           \
63        utils.o                                                          \
64
65 OBJS-$(ARCH_ARM) += arm/cpu.o
66 OBJS-$(ARCH_PPC) += ppc/cpu.o
67 OBJS-$(ARCH_X86) += x86/cpu.o
68
69 TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree
70 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
71
72 DIRS = arm bfin sh4 x86
73
74 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
75
76 include $(SUBDIR)../subdir.mak
77
78 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2