From 21eff9ced790c4b8c697837213e7fc7aa44be62b Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 6 Feb 2009 23:29:25 +0000 Subject: Add a new test program for base64, based on that removed in r17024. See the thread: "[PATCH] remove unused and broken test program in libavutil/base64.c". Originally committed as revision 17025 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/Makefile') diff --git a/libavutil/Makefile b/libavutil/Makefile index 7f5b62ad6f..6c4543ae97 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -41,7 +41,7 @@ OBJS = adler32.o \ tree.o \ utils.o \ -TESTS = $(addsuffix -test$(EXESUF), adler32 aes crc des lls md5 pca random sha1 softfloat tree) +TESTS = $(addsuffix -test$(EXESUF), adler32 aes base64 crc des lls md5 pca random sha1 softfloat tree) DIRS = arm bfin sh4 x86 -- cgit v1.2.3