[Ffmpeg-cvslog] r8355 - trunk/libavutil/sha1.c
michael
subversion
Mon Mar 12 22:21:57 CET 2007
Author: michael
Date: Mon Mar 12 22:21:57 2007
New Revision: 8355
Modified:
trunk/libavutil/sha1.c
Log:
dont recommand testing with -O3
Modified: trunk/libavutil/sha1.c
==============================================================================
--- trunk/libavutil/sha1.c (original)
+++ trunk/libavutil/sha1.c Mon Mar 12 22:21:57 2007
@@ -122,7 +122,7 @@ void av_sha1_final(AVSHA1* context, uint
}
// use the following to test
-// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O3 -W -Wall -o sha1 && time ./sha1
+// gcc -DTEST -DHAVE_AV_CONFIG_H -I.. sha1.c -O2 -W -Wall -o sha1 && time ./sha1
#ifdef TEST
#include <stdio.h>
#undef printf
More information about the ffmpeg-cvslog
mailing list