summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-03 01:15:00 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-03 01:15:00 +0000
commit51d8321d0468de18472d7b2b9c6cc11e76545e79 (patch)
tree8dfcfb79140015872fbc72d91411c422d9ccc89b /doc/ffmpeg-doc.texi
parentcd7352d5aa6479e2472b721972e2c697778d89d4 (diff)
--enable-shared now needs --disable-static on MinGW.
Originally committed as revision 4931 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index 7dc5740225..846141515e 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -973,8 +973,9 @@ create Visual-C++-compatible import libraries.
@item Extract the current version of FFmpeg and change to the FFmpeg directory.
@item Type the command
-@code{./configure --enable-shared --enable-memalign-hack} to configure and,
-if that didn't produce any errors, type @code{make} to build FFmpeg.
+@code{./configure --enable-shared --disable-static --enable-memalign-hack}
+to configure and, if that didn't produce any errors,
+type @code{make} to build FFmpeg.
@item The subdirectories @file{libavformat}, @file{libavcodec}, and
@file{libavutil} should now contain the files @file{avformat.dll},