diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-14 15:25:11 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-04-14 15:25:11 +0000 |
commit | 44be8d4278a04cb07baceadab48dde8df7aeeb05 (patch) | |
tree | d5f2102aed9610b06ba96653ccfbae09c208792a /doc/general.texi | |
parent | e6327fba9859eac1e87d02d91a6834090c16eb3b (diff) | |
download | ffmpeg-44be8d4278a04cb07baceadab48dde8df7aeeb05.tar.gz |
mingw32: FFmpeg now passes -fno-common automatically.
Originally committed as revision 18510 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index 9ec20ae434..73b41164ec 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -697,7 +697,7 @@ are listed below: @item mingw-runtime 3.15 @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}). Within the MSYS shell, configure and make with: |