Add note about dlfcn-win32 for MinGW vhooks

Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-07-03 17:59:28 +00:00
parent 41d5a86a41
commit c74a8fe62a
1 changed files with 3 additions and 0 deletions

View File

@ -1189,6 +1189,9 @@ unpack the archive @file{i386-mingw32msvc.tar.gz} in the MinGW tool
directory. Edit the @file{sdl-config} script so that it gives the
correct SDL directory when invoked.
@item If you want to use vhooks, you must have a POSIX compliant libdl in your
MinGW system. Get dlfcn-win32 from @url{http://code.google.com/p/dlfcn-win32}.
@item Extract the current version of FFmpeg.
@item Start the MSYS shell (file @file{msys.bat}).