X-Git-Url: https://git.piment-noir.org/?p=deb_ffmpeg.git;a=blobdiff_plain;f=ffmpeg%2Flibavutil%2FMakefile;h=c1aa8aa3128042e22b5d132532667c493b37c168;hp=48ae0efa4335a82cf6d386319de3b1219c45a95c;hb=f6fa7814ccfe3e76514b36cf04f5cd3cb657c8cf;hpb=2ba45a602cbfa7b771effba9b11bb4245c21bc00 diff --git a/ffmpeg/libavutil/Makefile b/ffmpeg/libavutil/Makefile index 48ae0ef..c1aa8aa 100644 --- a/ffmpeg/libavutil/Makefile +++ b/ffmpeg/libavutil/Makefile @@ -15,6 +15,7 @@ HEADERS = adler32.h \ bprint.h \ bswap.h \ buffer.h \ + cast5.h \ channel_layout.h \ common.h \ cpu.h \ @@ -30,7 +31,6 @@ HEADERS = adler32.h \ hmac.h \ imgutils.h \ intfloat.h \ - intfloat_readwrite.h \ intreadwrite.h \ lfg.h \ log.h \ @@ -83,6 +83,7 @@ OBJS = adler32.o \ blowfish.o \ bprint.o \ buffer.o \ + cast5.o \ channel_layout.o \ cpu.o \ crc.o \ @@ -100,7 +101,6 @@ OBJS = adler32.o \ hash.o \ hmac.o \ imgutils.o \ - intfloat_readwrite.o \ intmath.o \ lfg.o \ lls.o \ @@ -153,9 +153,11 @@ TESTPROGS = adler32 \ base64 \ blowfish \ bprint \ + cast5 \ cpu \ crc \ des \ + dict \ error \ eval \ file \ @@ -177,6 +179,7 @@ TESTPROGS = adler32 \ ripemd \ sha \ sha512 \ + softfloat \ tree \ utf8 \ xtea \