summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-07-03 17:59:28 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-07-03 17:59:28 +0000
commitc74a8fe62a004f88864f6d6440721e7a4982fb15 (patch)
tree03e1dbad53c46a3ff096d3caafff209166e330c2 /doc/ffmpeg-doc.texi
parent41d5a86a41725dfdd7e4e2ec93b763e89dd21953 (diff)
Add note about dlfcn-win32 for MinGW vhooks
Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi3
1 files changed, 3 insertions, 0 deletions
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}).