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