diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-09 15:30:24 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-09 20:05:54 +0200 |
commit | 52561d011658e64fc3d0edb25f5f1b64f9aa7430 (patch) | |
tree | 2d4677777deea220d15aa5d82c2d095a00c0a51b /doc | |
parent | 90f7e6176938487a77b8b4cdc8b4eaeeaca3e094 (diff) | |
download | ffmpeg-52561d011658e64fc3d0edb25f5f1b64f9aa7430.tar.gz |
doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/platform.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 2049031f11..0ed8e07637 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 - -@example -./configure -@end example - -to make a static build. - -To build shared libraries add a special compiler flag to work around current -@code{gcc4-core} package bugs in addition to the normal configure flags: - -@example -./configure --enable-shared --disable-static --extra-cflags=-fno-reorder-functions -@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 |