]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
mpegtsenc: allocate correct size for PID table
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           attributes.h                                                  \
7           avstring.h                                                    \
8           avutil.h                                                      \
9           base64.h                                                      \
10           common.h                                                      \
11           crc.h                                                         \
12           error.h                                                       \
13           eval.h                                                        \
14           fifo.h                                                        \
15           intfloat_readwrite.h                                          \
16           log.h                                                         \
17           lzo.h                                                         \
18           mathematics.h                                                 \
19           md5.h                                                         \
20           mem.h                                                         \
21           pixdesc.h                                                     \
22           pixfmt.h                                                      \
23           random_seed.h                                                 \
24           rational.h                                                    \
25           sha1.h                                                        \
26
27 BUILT_HEADERS = avconfig.h
28
29 OBJS = adler32.o                                                        \
30        aes.o                                                            \
31        avstring.o                                                       \
32        base64.o                                                         \
33        crc.o                                                            \
34        des.o                                                            \
35        error.o                                                          \
36        eval.o                                                           \
37        fifo.o                                                           \
38        intfloat_readwrite.o                                             \
39        lfg.o                                                            \
40        lls.o                                                            \
41        log.o                                                            \
42        lzo.o                                                            \
43        mathematics.o                                                    \
44        md5.o                                                            \
45        mem.o                                                            \
46        pixdesc.o                                                        \
47        random_seed.o                                                    \
48        rational.o                                                       \
49        rc4.o                                                            \
50        sha.o                                                            \
51        tree.o                                                           \
52        utils.o                                                          \
53
54 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
55 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
56
57 DIRS = arm bfin sh4 x86
58
59 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
60
61 include $(SUBDIR)../subdir.mak
62
63 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2