Commit 8bb9107f authored by diego's avatar diego

Remove misleading comment about how to build SHA1 test program.

Generating the test program is integrated into the build system already.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 89bc11ca
......@@ -145,8 +145,6 @@ void av_sha1_final(AVSHA1* ctx, uint8_t digest[20]){
((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
......
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