git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6cef96
)
Remove misleading comment about how to build SHA1 test program.
author
Diego Biurrun
<diego@biurrun.de>
Mon, 26 Jan 2009 11:15:47 +0000
(11:15 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 26 Jan 2009 11:15:47 +0000
(11:15 +0000)
Generating the test program is integrated into the build system already.
Originally committed as revision 16804 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/sha1.c
patch
|
blob
|
history
diff --git
a/libavutil/sha1.c
b/libavutil/sha1.c
index
72c2726
..
9eb02c9
100644
(file)
--- a/
libavutil/sha1.c
+++ b/
libavutil/sha1.c
@@
-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