[FFmpeg-cvslog] docs: Remove needless configure options
Martin Storsjö
git at videolan.org
Tue Jul 26 00:53:22 CEST 2011
ffmpeg | branch: release/0.8 | Martin Storsjö <martin at martin.st> | Thu Jul 7 09:51:57 2011 +0300| [004194f465385c743adc2e52cdb726d8f70f6c0e] | committer: Reinhard Tartler
docs: Remove needless configure options
Specifying --enable-static --disable-shared isn't necessary, these
are the defaults.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=004194f465385c743adc2e52cdb726d8f70f6c0e
---
doc/general.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/general.texi b/doc/general.texi
index 775bf5d..dbc7faf 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -1024,7 +1024,7 @@ diffutils
Then run
@example
-./configure --enable-static --disable-shared
+./configure
@end example
to make a static build.
@@ -1071,7 +1071,7 @@ and add some special flags to your configure invocation.
For a static build run
@example
-./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
+./configure --target-os=mingw32 --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
@end example
and for a build with shared libraries
More information about the ffmpeg-cvslog
mailing list