[Ffmpeg-cvslog] r8352 - trunk/libavutil/sha1.c

michael subversion
Mon Mar 12 22:07:38 CET 2007


Author: michael
Date: Mon Mar 12 22:07:38 2007
New Revision: 8352

Modified:
   trunk/libavutil/sha1.c

Log:
explain how to test it


Modified: trunk/libavutil/sha1.c
==============================================================================
--- trunk/libavutil/sha1.c	(original)
+++ trunk/libavutil/sha1.c	Mon Mar 12 22:07:38 2007
@@ -118,6 +118,8 @@ void av_sha1_final(AVSHA1* context, uint
     }
 }
 
+// use the following to test
+// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O3 -W -Wall -o sha1 && time ./sha1
 #ifdef TEST
 #include <stdio.h>
 #undef printf




More information about the ffmpeg-cvslog mailing list