libavutil/Makefile
11096804
 include $(SUBDIR)../config.mak
 
9b25f4a6
 NAME = avutil
 
f0e60235
 HEADERS = adler32.h                                                     \
a3a0af4f
           aes.h                                                         \
2791730d
           attributes.h                                                  \
0c0d1bce
           audio_fifo.h                                                  \
737eb597
           audioconvert.h                                                \
b64b4134
           avassert.h                                                    \
f0e60235
           avstring.h                                                    \
           avutil.h                                                      \
           base64.h                                                      \
bc3dbcc8
           blowfish.h                                                    \
b75c67dc
           bprint.h                                                      \
b91d08f4
           bswap.h                                                       \
5980f5dd
           channel_layout.h                                              \
f0e60235
           common.h                                                      \
7160bb71
           cpu.h                                                         \
f0e60235
           crc.h                                                         \
60c144f7
           error.h                                                       \
0b99215c
           eval.h                                                        \
f0e60235
           fifo.h                                                        \
0328b9ea
           file.h                                                        \
8ee288d2
           hmac.h                                                        \
737eb597
           imgutils.h                                                    \
8b933129
           intfloat.h                                                    \
f0e60235
           intfloat_readwrite.h                                          \
b91d08f4
           intreadwrite.h                                                \
89eec74a
           lfg.h                                                         \
f0e60235
           log.h                                                         \
           mathematics.h                                                 \
           md5.h                                                         \
           mem.h                                                         \
d9f80ea2
           dict.h                                                        \
89715a3c
           old_pix_fmts.h                                                \
4ddade62
           opt.h                                                         \
737eb597
           parseutils.h                                                  \
74a0059f
           pixdesc.h                                                     \
04331dea
           pixfmt.h                                                      \
576fb48e
           random_seed.h                                                 \
f0e60235
           rational.h                                                    \
737eb597
           samplefmt.h                                                   \
a3a0af4f
           sha.h                                                         \
ae0a3016
           time.h                                                        \
0eaa123b
           timecode.h                                                    \
c28e7af7
           timestamp.h                                                   \
b5baad3a
           version.h                                                     \
8c14f7a5
           xtea.h                                                        \
f0e60235
 
2a91ada8
 HEADERS-$(CONFIG_LZO)                   += lzo.h
 
9eb83a56
 ARCH_HEADERS = bswap.h                                                  \
                intmath.h                                                \
                intreadwrite.h                                           \
                timer.h                                                  \
 
a3e02a8c
 BUILT_HEADERS = avconfig.h
 
ede72510
 OBJS = adler32.o                                                        \
        aes.o                                                            \
0c0d1bce
        audio_fifo.o                                                     \
4d55404f
        avstring.o                                                       \
ede72510
        base64.o                                                         \
bc3dbcc8
        blowfish.o                                                       \
b75c67dc
        bprint.o                                                         \
5980f5dd
        channel_layout.o                                                 \
c6c98d08
        cpu.o                                                            \
ede72510
        crc.o                                                            \
        des.o                                                            \
87958234
        error.o                                                          \
0b99215c
        eval.o                                                           \
ede72510
        fifo.o                                                           \
0328b9ea
        file.o                                                           \
d5a7229b
        float_dsp.o                                                      \
8ee288d2
        hmac.o                                                           \
737eb597
        imgutils.o                                                       \
ede72510
        intfloat_readwrite.o                                             \
dfde8a34
        intmath.o                                                        \
ede72510
        lfg.o                                                            \
        lls.o                                                            \
        log.o                                                            \
930c9d43
        log2_tab.o                                                       \
ede72510
        mathematics.o                                                    \
        md5.o                                                            \
        mem.o                                                            \
d9f80ea2
        dict.o                                                           \
6ed04040
        opt.o                                                            \
737eb597
        parseutils.o                                                     \
74a0059f
        pixdesc.o                                                        \
48d58e59
        random_seed.o                                                    \
ede72510
        rational.o                                                       \
        rc4.o                                                            \
737eb597
        samplefmt.o                                                      \
451ae257
        sha.o                                                            \
ae0a3016
        time.o                                                           \
0eaa123b
        timecode.o                                                       \
ede72510
        tree.o                                                           \
        utils.o                                                          \
81bbce9c
        xga_font_data.o                                                  \
8c14f7a5
        xtea.o                                                           \
558b86a5
 
2a91ada8
 OBJS-$(CONFIG_LZO)                      += lzo.o
5ae9fa13
 
84e65c76
 OBJS += $(COMPAT_OBJS:%=../compat/%)
4fa661a8
 
ea14a655
 SKIPHEADERS          = old_pix_fmts.h
 
9eb83a56
 TESTPROGS = adler32                                                     \
             aes                                                         \
             avstring                                                    \
             base64                                                      \
bc3dbcc8
             blowfish                                                    \
653d117c
             bprint                                                      \
9eb83a56
             cpu                                                         \
             crc                                                         \
             des                                                         \
4299fd23
             error                                                       \
9eb83a56
             eval                                                        \
653d117c
             file                                                        \
9eb83a56
             fifo                                                        \
3130fa51
             hmac                                                        \
9eb83a56
             lfg                                                         \
             lls                                                         \
             md5                                                         \
             opt                                                         \
653d117c
             pca                                                         \
9eb83a56
             parseutils                                                  \
653d117c
             random_seed                                                 \
             rational                                                    \
9eb83a56
             sha                                                         \
             tree                                                        \
8c14f7a5
             xtea                                                        \
653d117c
 
e4673692
 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
4942a0e8
 
15f52e50
 TOOLS = ffeval ffescape
24860a91
 
a8f9e7f6
 $(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2