Commit 8dd1a2db authored by ramiro's avatar ramiro

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).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20399 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 875fcc32
...@@ -722,7 +722,7 @@ a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}). ...@@ -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: Within the MSYS shell, configure and make with:
@example @example
./configure --enable-memalign-hack --extra-cflags=-fno-common ./configure --enable-memalign-hack
make make
make install make install
@end example @end example
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment