changeset 631:f7f8673fbfb0 libavutil

Remove misleading comment about how to build SHA1 test program. Generating the test program is integrated into the build system already.
author diego
date Mon, 26 Jan 2009 11:15:47 +0000
parents fb04e2fc189c
children f9884e1112d0
files sha1.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sha1.c	Sun Jan 25 23:21:02 2009 +0000
+++ b/sha1.c	Mon Jan 26 11:15:47 2009 +0000
@@ -145,8 +145,6 @@
         ((uint32_t*)digest)[i]= be2me_32(ctx->state[i]);
 }
 
-// use the following to test
-// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O2 -W -Wall -o sha1 && time ./sha1
 #ifdef TEST
 #include <stdio.h>
 #undef printf