This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
dont recommand testing with -O3
Originally committed as revision 8355 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
aa59433af6
commit
82da03f717
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/sha1.c
+ 1
- 1
libavutil/sha1.c
View File
@@ -122,7 +122,7 @@ void av_sha1_final(AVSHA1* context, uint8_t digest[20]){
}
// use the following to test
// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O
3
-W -Wall -o sha1 && time ./sha1
// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O
2
-W -Wall -o sha1 && time ./sha1
#ifdef TEST
#include <stdio.h>
#undef printf
Write
Preview
Loading…
Cancel
Save