[FFmpeg-cvslog] r16804 - trunk/libavutil/sha1.c

diego subversion
Mon Jan 26 12:15:48 CET 2009


Author: diego
Date: Mon Jan 26 12:15:47 2009
New Revision: 16804

Log:
Remove misleading comment about how to build SHA1 test program.
Generating the test program is integrated into the build system already.

Modified:
   trunk/libavutil/sha1.c

Modified: trunk/libavutil/sha1.c
==============================================================================
--- trunk/libavutil/sha1.c	Mon Jan 26 10:42:48 2009	(r16803)
+++ trunk/libavutil/sha1.c	Mon Jan 26 12:15:47 2009	(r16804)
@@ -145,8 +145,6 @@ void av_sha1_final(AVSHA1* ctx, uint8_t 
         ((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




More information about the ffmpeg-cvslog mailing list