]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h
[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           time.h                                                        \
43           timecode.h                                                    \
44           timestamp.h                                                   \
45           version.h                                                     \
46
47 ARCH_HEADERS = bswap.h                                                  \
48                intmath.h                                                \
49                intreadwrite.h                                           \
50                timer.h                                                  \
51
52 BUILT_HEADERS = avconfig.h
53
54 OBJS = adler32.o                                                        \
55        aes.o                                                            \
56        audio_fifo.o                                                     \
57        audioconvert.o                                                   \
58        avstring.o                                                       \
59        base64.o                                                         \
60        bprint.o                                                         \
61        cpu.o                                                            \
62        crc.o                                                            \
63        des.o                                                            \
64        error.o                                                          \
65        eval.o                                                           \
66        fifo.o                                                           \
67        file.o                                                           \
68        float_dsp.o                                                      \
69        imgutils.o                                                       \
70        intfloat_readwrite.o                                             \
71        inverse.o                                                        \
72        lfg.o                                                            \
73        lls.o                                                            \
74        log.o                                                            \
75        lzo.o                                                            \
76        mathematics.o                                                    \
77        md5.o                                                            \
78        mem.o                                                            \
79        dict.o                                                           \
80        opt.o                                                            \
81        parseutils.o                                                     \
82        pixdesc.o                                                        \
83        random_seed.o                                                    \
84        rational.o                                                       \
85        rc4.o                                                            \
86        samplefmt.o                                                      \
87        sha.o                                                            \
88        time.o                                                           \
89        timecode.o                                                       \
90        tree.o                                                           \
91        utils.o                                                          \
92
93 TESTPROGS = adler32                                                     \
94             aes                                                         \
95             avstring                                                    \
96             base64                                                      \
97             bprint                                                      \
98             cpu                                                         \
99             crc                                                         \
100             des                                                         \
101             error                                                       \
102             eval                                                        \
103             file                                                        \
104             fifo                                                        \
105             lfg                                                         \
106             lls                                                         \
107             md5                                                         \
108             opt                                                         \
109             pca                                                         \
110             parseutils                                                  \
111             random_seed                                                 \
112             rational                                                    \
113             sha                                                         \
114             tree                                                        \
115
116 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
117
118 TOOLS = ffeval
119
120 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2