changeset 289:18a98b19af3f libavutil

explain how to test it
author michael
date Mon, 12 Mar 2007 21:07:38 +0000
parents c82b7b95e69d
children 8f02801da0f8
files sha1.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sha1.c	Mon Mar 12 21:05:56 2007 +0000
+++ b/sha1.c	Mon Mar 12 21:07:38 2007 +0000
@@ -118,6 +118,8 @@
     }
 }
 
+// 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