]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
ARM: allow runtime masking of CPU features
[ffmpeg] / libavutil / Makefile
1 NAME = avutil
2
3 HEADERS = adler32.h                                                     \
4           aes.h                                                         \
5           attributes.h                                                  \
6           audio_fifo.h                                                  \
7           audioconvert.h                                                \
8           avassert.h                                                    \
9           avstring.h                                                    \
10           avutil.h                                                      \
11           base64.h                                                      \
12           bswap.h                                                       \
13           common.h                                                      \
14           cpu.h                                                         \
15           crc.h                                                         \
16           error.h                                                       \
17           eval.h                                                        \
18           fifo.h                                                        \
19           file.h                                                        \
20           imgutils.h                                                    \
21           intfloat.h                                                    \
22           intfloat_readwrite.h                                          \
23           intreadwrite.h                                                \
24           lfg.h                                                         \
25           log.h                                                         \
26           lzo.h                                                         \
27           mathematics.h                                                 \
28           md5.h                                                         \
29           mem.h                                                         \
30           dict.h                                                        \
31           opt.h                                                         \
32           parseutils.h                                                  \
33           pixdesc.h                                                     \
34           pixfmt.h                                                      \
35           random_seed.h                                                 \
36           rational.h                                                    \
37           samplefmt.h                                                   \
38           sha.h                                                         \
39
40 BUILT_HEADERS = avconfig.h
41
42 OBJS = adler32.o                                                        \
43        aes.o                                                            \
44        audio_fifo.o                                                     \
45        audioconvert.o                                                   \
46        avstring.o                                                       \
47        base64.o                                                         \
48        cpu.o                                                            \
49        crc.o                                                            \
50        des.o                                                            \
51        error.o                                                          \
52        eval.o                                                           \
53        fifo.o                                                           \
54        file.o                                                           \
55        imgutils.o                                                       \
56        intfloat_readwrite.o                                             \
57        inverse.o                                                        \
58        lfg.o                                                            \
59        lls.o                                                            \
60        log.o                                                            \
61        lzo.o                                                            \
62        mathematics.o                                                    \
63        md5.o                                                            \
64        mem.o                                                            \
65        dict.o                                                           \
66        opt.o                                                            \
67        parseutils.o                                                     \
68        pixdesc.o                                                        \
69        random_seed.o                                                    \
70        rational.o                                                       \
71        rc4.o                                                            \
72        samplefmt.o                                                      \
73        sha.o                                                            \
74        tree.o                                                           \
75        utils.o                                                          \
76
77 TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \
78             md5 opt parseutils sha tree
79
80 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h