summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVĂ­ctor Paesa <wzrlpy@arsystel.com>2007-03-09 19:41:04 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-09 19:41:04 +0000
commit6b74787b89118efe3c3e6f74dd3096d23ee24fdc (patch)
tree11da641a24934b89f83743ba6f9d85c5f045c913 /doc
parent0d8f16acf9ed2f0ba073711dccc3c1a85d862781 (diff)
--enable-mingw32 --> --target-os=mingw32
patch by Victor Paesa, wzrlpy arsystel com Originally committed as revision 8308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index c82b1d3c82..3baae2fbe2 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -1281,7 +1281,7 @@ You must use the MinGW cross compilation tools available at
Then configure FFmpeg with the following options:
@example
-./configure --enable-mingw32 --cross-prefix=i386-mingw32msvc-
+./configure --target-os=mingw32 --cross-prefix=i386-mingw32msvc-
@end example
(you can change the cross-prefix according to the prefix chosen for the
MinGW tools).
@@ -1335,12 +1335,12 @@ and add some special flags to your configure invocation.
For a static build run
@example
-./configure --enable-mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
+./configure --target-os=mingw32 --enable-memalign-hack --enable-static --disable-shared --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
@end example
and for a build with shared libraries
@example
-./configure --enable-mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
+./configure --target-os=mingw32 --enable-memalign-hack --enable-shared --disable-static --extra-cflags=-mno-cygwin --extra-libs=-mno-cygwin
@end example
@section BeOS