diff options
author | Martin Storsjö <martin@martin.st> | 2011-07-07 09:51:57 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-07-07 10:29:37 +0300 |
commit | 6e4ca0749c2e6434e071dbd314076613fb3ef59b (patch) | |
tree | 137d60bfc0e7055bf5f70f6bdcb05f5be7da9099 | |
parent | 9d36139231bfcf155a1b94f61a420768f1771174 (diff) | |
download | ffmpeg-6e4ca0749c2e6434e071dbd314076613fb3ef59b.tar.gz |
docs: Remove needless configure options
Specifying --enable-static --disable-shared isn't necessary, these
are the defaults.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 6e21ca899e..93f563e1bf 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-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 |