]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Move error code definitions from libavcodec/avcodec.h to
[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           fifo.h                                                        \
14           intfloat_readwrite.h                                          \
15           log.h                                                         \
16           lzo.h                                                         \
17           mathematics.h                                                 \
18           md5.h                                                         \
19           mem.h                                                         \
20           pixdesc.h                                                     \
21           pixfmt.h                                                      \
22           rational.h                                                    \
23           sha1.h                                                        \
24
25 BUILT_HEADERS = avconfig.h
26
27 OBJS = adler32.o                                                        \
28        aes.o                                                            \
29        avstring.o                                                       \
30        base64.o                                                         \
31        crc.o                                                            \
32        des.o                                                            \
33        fifo.o                                                           \
34        intfloat_readwrite.o                                             \
35        lfg.o                                                            \
36        lls.o                                                            \
37        log.o                                                            \
38        lzo.o                                                            \
39        mathematics.o                                                    \
40        md5.o                                                            \
41        mem.o                                                            \
42        pixdesc.o                                                        \
43        random_seed.o                                                    \
44        rational.o                                                       \
45        rc4.o                                                            \
46        sha.o                                                            \
47        tree.o                                                           \
48        utils.o                                                          \
49
50 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
51 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
52
53 DIRS = arm bfin sh4 x86
54
55 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
56
57 include $(SUBDIR)../subdir.mak
58
59 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2