]> git.sesse.net Git - ffmpeg/blob - libavutil/Makefile
Remove av_fifo_read, API is already broken and major version will be bumped soon.
[ffmpeg] / libavutil / Makefile
1 include $(SUBDIR)../config.mak
2
3 NAME = avutil
4
5 HEADERS = adler32.h                                                     \
6           avstring.h                                                    \
7           avutil.h                                                      \
8           base64.h                                                      \
9           common.h                                                      \
10           crc.h                                                         \
11           fifo.h                                                        \
12           intfloat_readwrite.h                                          \
13           log.h                                                         \
14           lzo.h                                                         \
15           mathematics.h                                                 \
16           md5.h                                                         \
17           mem.h                                                         \
18           pixfmt.h                                                      \
19           random.h                                                      \
20           rational.h                                                    \
21           sha1.h
22
23 OBJS = adler32.o                                                        \
24        aes.o                                                            \
25        avstring.o                                                       \
26        base64.o                                                         \
27        crc.o                                                            \
28        des.o                                                            \
29        fifo.o                                                           \
30        intfloat_readwrite.o                                             \
31        lfg.o                                                            \
32        lls.o                                                            \
33        log.o                                                            \
34        lzo.o                                                            \
35        mathematics.o                                                    \
36        md5.o                                                            \
37        mem.o                                                            \
38        random.o                                                         \
39        random_seed.o                                                    \
40        rational.o                                                       \
41        rc4.o                                                            \
42        sha1.o                                                           \
43        tree.o                                                           \
44        utils.o                                                          \
45
46 TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca random sha1 softfloat tree)
47
48 DIRS = arm bfin sh4 x86
49
50 include $(SUBDIR)../subdir.mak
51
52 $(SUBDIR)lzo-test$(EXESUF): EXTRALIBS += -llzo2
53
54 CLEANFILES = lzo-test$(EXESUF)