You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user