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