diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-10-28 18:04:31 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-10-28 18:04:31 +0000 |
commit | 1a04d4c7225db023bb96b5dfb7b9368c6677da56 (patch) | |
tree | d08fe1a72a56b06f153fbec9fb3a6b1384c9965a | |
parent | d49dded59122aac162fc3a76bbc2c9b0fb7d32fb (diff) | |
download | ffmpeg-1a04d4c7225db023bb96b5dfb7b9368c6677da56.tar.gz |
mingw32: The flag to work around bug 37216 in gcc is automatically passed to
MinGW since r18501. Remove a reference that suggests users should pass the
flag manually (this removal was missed in 18510).
Originally committed as revision 20399 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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 dc8620750a..52be0552da 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -722,7 +722,7 @@ a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}). Within the MSYS shell, configure and make with: @example -./configure --enable-memalign-hack --extra-cflags=-fno-common +./configure --enable-memalign-hack make make install @end example |