diff options
author | Martin Storsjö <martin@martin.st> | 2011-07-08 11:18:13 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-07-08 16:17:59 +0300 |
commit | a0db0b302c98b7a1fe821771371685a744c23502 (patch) | |
tree | ca7d2a7d058c15ee6f6fca8fbfe2b03e114a581b | |
parent | 37e6e6d3130ad0f93d3f5d040e41998d56bbf012 (diff) | |
download | ffmpeg-a0db0b302c98b7a1fe821771371685a744c23502.tar.gz |
docs: Remove a remark that isn't relevant any longer
Now the bin directory only contains those DLLs that are actually used.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | doc/general.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/general.texi b/doc/general.texi index 814dc5f619..3459277dad 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -948,10 +948,7 @@ libraries (@file{libxxx.a} files) you should add the MSVC import libraries libraries (@file{libxxx.dll.a} files), as these will give you undefined reference errors. There should be no need for @file{libmingwex.a}, @file{libgcc.a}, and @file{wsock32.lib}, nor any other external library -statically linked into the DLLs. The @file{bin} directory contains a bunch -of DLL files, but the ones that are actually used to run your application -are the ones with a major version number in their filenames -(i.e. @file{avcodec-51.dll}). +statically linked into the DLLs. Libav headers do not declare global data for Windows DLLs through the usual dllexport/dllimport interface. Such data will be exported properly while |