X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2FMakefile;h=48f872d53586c2bd4e4b1b18d884e2f431817350;hb=965efc1673074ac1e6c28177a4718ed84f89ac83;hp=820abb142998ee3018e80025dfdb024de29a7091;hpb=baaab6069a261354a1c9470f3185686ad85166c6;p=ffmpeg diff --git a/libavutil/Makefile b/libavutil/Makefile index 820abb14299..48f872d5358 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -3,11 +3,13 @@ NAME = avutil 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 \ @@ -35,14 +37,24 @@ HEADERS = adler32.h \ rational.h \ samplefmt.h \ sha.h \ + time.h \ + version.h \ + xtea.h \ + +ARCH_HEADERS = bswap.h \ + intmath.h \ + intreadwrite.h \ + timer.h \ BUILT_HEADERS = avconfig.h OBJS = adler32.o \ aes.o \ + audio_fifo.o \ audioconvert.o \ avstring.o \ base64.o \ + blowfish.o \ cpu.o \ crc.o \ des.o \ @@ -50,6 +62,7 @@ OBJS = adler32.o \ eval.o \ fifo.o \ file.o \ + float_dsp.o \ imgutils.o \ intfloat_readwrite.o \ inverse.o \ @@ -69,10 +82,26 @@ OBJS = adler32.o \ rc4.o \ samplefmt.o \ sha.o \ + time.o \ tree.o \ utils.o \ + xtea.o \ -TESTPROGS = adler32 aes avstring base64 cpu crc des eval fifo lfg lls \ - md5 opt parseutils sha tree - -ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h +TESTPROGS = adler32 \ + aes \ + avstring \ + base64 \ + blowfish \ + cpu \ + crc \ + des \ + eval \ + fifo \ + lfg \ + lls \ + md5 \ + opt \ + parseutils \ + sha \ + tree \ + xtea \