diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-06 23:29:25 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-02-06 23:29:25 +0000 |
commit | 21eff9ced790c4b8c697837213e7fc7aa44be62b (patch) | |
tree | af54c75864aa0cc56cb541406b0cdbbdbb8b0fba /libavutil/Makefile | |
parent | 33094be89424a3fd186e7b58314bf16352102150 (diff) | |
download | ffmpeg-21eff9ced790c4b8c697837213e7fc7aa44be62b.tar.gz |
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
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 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 |