]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
ffv1enc: switch to encode2().
[ffmpeg] / libavutil / Makefile
1 NAME = avutil
2
3 HEADERS = adler32.h                                                     \
4           aes.h                                                         \
5           attributes.h                                                  \
6           audioconvert.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           imgutils.h                                                    \
20           intfloat.h                                                    \
21           intfloat_readwrite.h                                          \
22           intreadwrite.h                                                \
23           lfg.h                                                         \
24           log.h                                                         \
25           lzo.h                                                         \
26           mathematics.h                                                 \
27           md5.h                                                         \
28           mem.h                                                         \
29           dict.h                                                        \
30           opt.h                                                         \
31           parseutils.h                                                  \
32           pixdesc.h                                                     \
33           pixfmt.h                                                      \
34           random_seed.h                                                 \
35           rational.h                                                    \
36           samplefmt.h                                                   \
37           sha.h                                                         \
38
39 BUILT_HEADERS = avconfig.h
40
41 OBJS = adler32.o                                                        \
42        aes.o                                                            \
43        audioconvert.o                                                   \
44        avstring.o                                                       \
45        base64.o                                                         \
46        cpu.o                                                            \
47        crc.o                                                            \
48        des.o                                                            \
49        error.o                                                          \
50        eval.o                                                           \
51        fifo.o                                                           \
52        file.o                                                           \
53        imgutils.o                                                       \
54        intfloat_readwrite.o                                             \
55        inverse.o                                                        \
56        lfg.o                                                            \
57        lls.o                                                            \
58        log.o                                                            \
59        lzo.o                                                            \
60        mathematics.o                                                    \
61        md5.o                                                            \
62        mem.o                                                            \
63        dict.o                                                           \
64        opt.o                                                            \
65        parseutils.o                                                     \
66        pixdesc.o                                                        \
67        random_seed.o                                                    \
68        rational.o                                                       \
69        rc4.o                                                            \
70        samplefmt.o                                                      \
71        sha.o                                                            \
72        tree.o                                                           \
73        utils.o                                                          \
74
75 OBJS-$(ARCH_ARM) += arm/cpu.o
76 OBJS-$(ARCH_PPC) += ppc/cpu.o
77 OBJS-$(ARCH_X86) += x86/cpu.o
78
79 TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \
80             md5 opt parseutils rational sha tree
81 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
82
83 DIRS = arm avr32 bfin mips ppc sh4 tomi x86
84
85 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
86
87 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2