diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-16 09:49:42 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-08-26 20:54:36 +0200 |
commit | 1717ba0cdd587fe3463c1d8560f2c7e13fb21ba3 (patch) | |
tree | 8756401368ee35322d7d5fc87c64c07e5dfdc532 /libavutil/Makefile | |
parent | f2011ed234f580de01768257f3da6e73fbf8ac7b (diff) | |
download | ffmpeg-1717ba0cdd587fe3463c1d8560f2c7e13fb21ba3.tar.gz |
fifo: add FIFO API test program, and fate test
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index cfe7bae222..bded2c63c5 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -75,7 +75,7 @@ OBJS-$(ARCH_ARM) += arm/cpu.o OBJS-$(ARCH_PPC) += ppc/cpu.o OBJS-$(ARCH_X86) += x86/cpu.o -TESTPROGS = adler32 aes avstring base64 cpu crc des eval file lfg lls \ +TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \ md5 opt parseutils rational sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo |