Commit 825738c8 authored by michael's avatar michael

explain how to test it


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8352 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 092b5ba7
...@@ -118,6 +118,8 @@ void av_sha1_final(AVSHA1* context, uint8_t digest[20]){ ...@@ -118,6 +118,8 @@ void av_sha1_final(AVSHA1* context, uint8_t digest[20]){
} }
} }
// use the following to test
// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O3 -W -Wall -o sha1 && time ./sha1
#ifdef TEST #ifdef TEST
#include <stdio.h> #include <stdio.h>
#undef printf #undef printf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment