]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           aes.h                                                         \
7           attributes.h                                                  \
8           audioconvert.h                                                \
9           avassert.h                                                    \
10           avstring.h                                                    \
11           avutil.h                                                      \
12           base64.h                                                      \
13           bprint.h                                                      \
14           bswap.h                                                       \
15           common.h                                                      \
16           cpu.h                                                         \
17           crc.h                                                         \
18           error.h                                                       \
19           eval.h                                                        \
20           fifo.h                                                        \
21           file.h                                                        \
22           imgutils.h                                                    \
23           intfloat.h                                                    \
24           intfloat_readwrite.h                                          \
25           intreadwrite.h                                                \
26           lfg.h                                                         \
27           log.h                                                         \
28           lzo.h                                                         \
29           mathematics.h                                                 \
30           md5.h                                                         \
31           mem.h                                                         \
32           dict.h                                                        \
33           opt.h                                                         \
34           parseutils.h                                                  \
35           pixdesc.h                                                     \
36           pixfmt.h                                                      \
37           random_seed.h                                                 \
38           rational.h                                                    \
39           samplefmt.h                                                   \
40           sha.h                                                         \
41           timecode.h                                                    \
42           timestamp.h                                                   \
43
44 BUILT_HEADERS = avconfig.h
45
46 OBJS = adler32.o                                                        \
47        aes.o                                                            \
48        audioconvert.o                                                   \
49        avstring.o                                                       \
50        base64.o                                                         \
51        bprint.o                                                         \
52        cpu.o                                                            \
53        crc.o                                                            \
54        des.o                                                            \
55        error.o                                                          \
56        eval.o                                                           \
57        fifo.o                                                           \
58        file.o                                                           \
59        imgutils.o                                                       \
60        intfloat_readwrite.o                                             \
61        inverse.o                                                        \
62        lfg.o                                                            \
63        lls.o                                                            \
64        log.o                                                            \
65        lzo.o                                                            \
66        mathematics.o                                                    \
67        md5.o                                                            \
68        mem.o                                                            \
69        dict.o                                                           \
70        opt.o                                                            \
71        parseutils.o                                                     \
72        pixdesc.o                                                        \
73        random_seed.o                                                    \
74        rational.o                                                       \
75        rc4.o                                                            \
76        samplefmt.o                                                      \
77        sha.o                                                            \
78        timecode.o                                                       \
79        tree.o                                                           \
80        utils.o                                                          \
81
82 TESTPROGS = adler32 aes avstring base64 bprint cpu crc des eval file fifo \
83             lfg lls md5 opt pca parseutils random_seed rational sha tree
84 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
85
86 TOOLS = ffeval
87
88 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
89
90 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2