projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d5a86
)
Add note about dlfcn-win32 for MinGW vhooks
author
Ramiro Polla
<ramiro.polla@gmail.com>
Tue, 3 Jul 2007 17:59:28 +0000
(17:59 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Tue, 3 Jul 2007 17:59:28 +0000
(17:59 +0000)
Originally committed as revision 9470 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/ffmpeg-doc.texi
patch
|
blob
|
blame
|
history
diff --git
a/doc/ffmpeg-doc.texi
b/doc/ffmpeg-doc.texi
index
9a53973
..
a35ac34
100644
(file)
--- 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}).