diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-06-27 00:46:29 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-07-08 00:17:19 +0200 |
commit | 4904995652dbbfc7cb37fef9656b9b86f53449f7 (patch) | |
tree | 2245cee43efb17837383c8dac759b276af81854a /libavutil | |
parent | 91fe776913d6525e2a7f582e4d5e21f517a09f0f (diff) | |
download | ffmpeg-4904995652dbbfc7cb37fef9656b9b86f53449f7.tar.gz |
avutil: Add missing test programs to Makefile.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index c07217b803..cfe7bae222 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -75,7 +75,8 @@ OBJS-$(ARCH_ARM) += arm/cpu.o OBJS-$(ARCH_PPC) += ppc/cpu.o OBJS-$(ARCH_X86) += x86/cpu.o -TESTPROGS = adler32 aes base64 cpu crc des eval lls md5 sha tree +TESTPROGS = adler32 aes avstring base64 cpu crc des eval file lfg lls \ + md5 opt parseutils rational sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm bfin sh4 x86 |