Commit 98ca95f8 authored by diego's avatar diego

--enable-shared now needs --disable-static on MinGW.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4931 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 47aec074
......@@ -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},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment