diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-02-22 22:25:01 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-23 23:44:38 +0100 |
commit | 946de27d25645a2daa43ed3aa264fcead3c39379 (patch) | |
tree | 4879b27d7e1297598bf3c18a9f2e35abea29b7c3 /libavutil/Makefile | |
parent | 1b93244381af895c481d9de967a278d17262ecd0 (diff) | |
download | ffmpeg-946de27d25645a2daa43ed3aa264fcead3c39379.tar.gz |
random_seed: add selftest
Reviewed-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 6d78bd5528..23049f600f 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -83,7 +83,7 @@ OBJS-$(ARCH_X86) += x86/cpu.o TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \ - md5 opt pca parseutils rational sha tree + md5 opt pca parseutils random_seed rational sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo TOOLS = ffeval |