[FFmpeg-cvslog] doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs

Diego Biurrun git at videolan.org
Fri Aug 10 16:31:43 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Aug  9 15:30:24 2012 +0200| [52561d011658e64fc3d0edb25f5f1b64f9aa7430] | committer: Diego Biurrun

doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52561d011658e64fc3d0edb25f5f1b64f9aa7430
---

 doc/platform.texi |   15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/doc/platform.texi b/doc/platform.texi
index 2049031..0ed8e07 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -292,21 +292,6 @@ In order to run FATE you will also need the following "Utils" packages:
 bc, diffutils
 @end example
 
-Then run
-
- at example
-./configure
- at end example
-
-to make a static build.
-
-To build shared libraries add a special compiler flag to work around current
- at code{gcc4-core} package bugs in addition to the normal configure flags:
-
- at example
-./configure --enable-shared --disable-static --extra-cflags=-fno-reorder-functions
- at end example
-
 If you want to build Libav with additional libraries, download Cygwin
 "Devel" packages for Ogg and Vorbis from any Cygwin packages repository:
 @example



More information about the ffmpeg-cvslog mailing list