# HG changeset patch # User mru # Date 1165828798 0 # Node ID a26b5096dbb0018ae56e4a1f2395154146716071 # Parent 0c090df061f8f954fe75ffd71da85306b4df7e22 improved stack misalignment warning diff -r 0c090df061f8 -r a26b5096dbb0 dsputil.c --- a/dsputil.c Mon Dec 11 01:00:50 2006 +0000 +++ b/dsputil.c Mon Dec 11 09:19:58 2006 +0000 @@ -3809,10 +3809,9 @@ if(!did_fail){ #if defined(HAVE_MMX) || defined(HAVE_ALTIVEC) av_log(NULL, AV_LOG_ERROR, - "Compiler did not align stack variables, libavcodec has been misscompiled\n" - "and will possible be very slow or may crash, this is not a bug in the\n" - "application but in the compiler\n" - "so reporting it anywhere but to the compiler maintainers is senseless!\n"); + "Compiler did not align stack variables. Libavcodec has been miscompiled\n" + "and may be very slow or crash. This is not a bug in libavcodec,\n" + "but in the compiler. Do not report crashes to FFmpeg developers.\n"); #endif did_fail=1; }