From c74a8fe62a004f88864f6d6440721e7a4982fb15 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Tue, 3 Jul 2007 17:59:28 +0000 Subject: [PATCH] Add note about dlfcn-win32 for MinGW vhooks Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 9a53973092..a35ac34336 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -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}).