Mercurial > libavcodec.hg
changeset 4282:9d64f6eacc7b libavcodec
better warning
author | michael |
---|---|
date | Thu, 07 Dec 2006 18:35:58 +0000 |
parents | de525a2b41db |
children | d6f83e2f8804 |
files | dsputil.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dsputil.c Thu Dec 07 18:33:00 2006 +0000 +++ b/dsputil.c Thu Dec 07 18:35:58 2006 +0000 @@ -3809,8 +3809,9 @@ if(!did_fail){ #if defined(HAVE_MMX) || defined(HAVE_ALTIVEC) av_log(NULL, AV_LOG_ERROR, - "Compiler did not align stack variables, your code has been misscompiled\n" - "and may crash, this is not a bug in the application but in the compiler\n" + "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"); #endif did_fail=1;