]> git.sesse.net Git - ffmpeg/blobdiff - doc/general.texi
docs: Remove needless configure options
[ffmpeg] / doc / general.texi
index 6e21ca899edd3cf48407d50419ef1692192210be..93f563e1bf7a889d875bb6de32dead1514039e62 100644 (file)
@@ -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