mingw32: FFmpeg now passes -fno-common automatically.

Originally committed as revision 18510 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Ramiro Polla 16 years ago
parent e6327fba98
commit 44be8d4278
  1. 2
      doc/general.texi

@ -697,7 +697,7 @@ are listed below:
@item mingw-runtime 3.15 @item mingw-runtime 3.15
@end itemize @end itemize
You will also need to pass @code{-fno-common} to the compiler to work around FFmpeg automatically passes @code{-fno-common} to the compiler to work around
a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}). a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}).
Within the MSYS shell, configure and make with: Within the MSYS shell, configure and make with:

Loading…
Cancel
Save