mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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>
This commit is contained in:
parent
37e6e6d313
commit
a0db0b302c
@ -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
|
libraries (@file{libxxx.dll.a} files), as these will give you undefined
|
||||||
reference errors. There should be no need for @file{libmingwex.a},
|
reference errors. There should be no need for @file{libmingwex.a},
|
||||||
@file{libgcc.a}, and @file{wsock32.lib}, nor any other external library
|
@file{libgcc.a}, and @file{wsock32.lib}, nor any other external library
|
||||||
statically linked into the DLLs. The @file{bin} directory contains a bunch
|
statically linked into the DLLs.
|
||||||
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}).
|
|
||||||
|
|
||||||
Libav headers do not declare global data for Windows DLLs through the usual
|
Libav headers do not declare global data for Windows DLLs through the usual
|
||||||
dllexport/dllimport interface. Such data will be exported properly while
|
dllexport/dllimport interface. Such data will be exported properly while
|
||||||
|
Loading…
x
Reference in New Issue
Block a user