X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2FMakefile;h=48f872d53586c2bd4e4b1b18d884e2f431817350;hb=6af2480aa62e96fbfa4f2f99b80280ce77dafafd;hp=a456b960289a227e95ea34d0693605d4bf0247b5;hpb=2e9ad69aaf182e45e43646bda0dc89c68aecbddf;p=ffmpeg diff --git a/libavutil/Makefile b/libavutil/Makefile index a456b960289..48f872d5358 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -1,42 +1,107 @@ -include ../config.mak +NAME = avutil -OBJS = adler32.o \ - aes.o \ - base64.o \ - crc.o \ - des.o \ - fifo.o \ - intfloat_readwrite.o \ - lls.o \ - log.o \ - lzo.o \ - mathematics.o \ - md5.o \ - mem.o \ - random.o \ - rational.o \ - rc4.o \ - string.o \ - tree.o \ +HEADERS = adler32.h \ + aes.h \ + attributes.h \ + audio_fifo.h \ + audioconvert.h \ + avassert.h \ + avstring.h \ + avutil.h \ + base64.h \ + blowfish.h \ + bswap.h \ + common.h \ + cpu.h \ + crc.h \ + error.h \ + eval.h \ + fifo.h \ + file.h \ + imgutils.h \ + intfloat.h \ + intfloat_readwrite.h \ + intreadwrite.h \ + lfg.h \ + log.h \ + lzo.h \ + mathematics.h \ + md5.h \ + mem.h \ + dict.h \ + opt.h \ + parseutils.h \ + pixdesc.h \ + pixfmt.h \ + random_seed.h \ + rational.h \ + samplefmt.h \ + sha.h \ + time.h \ + version.h \ + xtea.h \ -HEADERS = adler32.h \ - avstring.h \ - avutil.h \ - base64.h \ - common.h \ - fifo.h \ - integer.h \ - intfloat_readwrite.h \ - log.h \ - lzo.h \ - mathematics.h \ - md5.h \ - mem.h \ - random.h \ - rational.h \ +ARCH_HEADERS = bswap.h \ + intmath.h \ + intreadwrite.h \ + timer.h \ -NAME=avutil -LIBVERSION=$(LAVUVERSION) -LIBMAJOR=$(LAVUMAJOR) +BUILT_HEADERS = avconfig.h -include ../common.mak +OBJS = adler32.o \ + aes.o \ + audio_fifo.o \ + audioconvert.o \ + avstring.o \ + base64.o \ + blowfish.o \ + cpu.o \ + crc.o \ + des.o \ + error.o \ + eval.o \ + fifo.o \ + file.o \ + float_dsp.o \ + imgutils.o \ + intfloat_readwrite.o \ + inverse.o \ + lfg.o \ + lls.o \ + log.o \ + lzo.o \ + mathematics.o \ + md5.o \ + mem.o \ + dict.o \ + opt.o \ + parseutils.o \ + pixdesc.o \ + random_seed.o \ + rational.o \ + rc4.o \ + samplefmt.o \ + sha.o \ + time.o \ + tree.o \ + utils.o \ + xtea.o \ + +TESTPROGS = adler32 \ + aes \ + avstring \ + base64 \ + blowfish \ + cpu \ + crc \ + des \ + eval \ + fifo \ + lfg \ + lls \ + md5 \ + opt \ + parseutils \ + sha \ + tree \ + xtea \