I am getting this error message when I use fobs4jmf.jar
Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
After doing some research I was able to figure out that if I compile ffmpeg with gcc>4.2 this error shud go away, but even after doing so, am still getting this error.
Can anyone advise, what can I do to remove this ?
My platform is windows
Vinod
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I will close this one soon, and cannot import the threads, so all these conversations will be lost in time like tears in the rain.
If you're using MinGW you have to ./configure using the --memalign-hack parameter. Please read the documentation included in the source package (README & INSTALL files).
Cheers,
Jose San Pedro
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
I am getting this error message when I use fobs4jmf.jar
Compiler did not align stack variables. Libavcodec has been miscompiled
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
After doing some research I was able to figure out that if I compile ffmpeg with gcc>4.2 this error shud go away, but even after doing so, am still getting this error.
Can anyone advise, what can I do to remove this ?
My platform is windows
Vinod
any suggestions . . ?
Hi,
please start using the new forum:
http://apps.sourceforge.net/phpbb/fobs
I will close this one soon, and cannot import the threads, so all these conversations will be lost in time like tears in the rain.
If you're using MinGW you have to ./configure using the --memalign-hack parameter. Please read the documentation included in the source package (README & INSTALL files).
Cheers,
Jose San Pedro