Re: [Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread Adrien Nader
On Tue, Apr 29, 2014, LRN wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 29.04.2014 14:34, YIRAN LI wrote: > > Hi friends, > > > > I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter > > supports delay load. To be a bit more specific, ffmpeg could dynamical

Re: [Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.04.2014 14:34, YIRAN LI wrote: > Hi friends, > > I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter > supports delay load. To be a bit more specific, ffmpeg could dynamically > link to many external libraries, but I want

Re: [Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread lh_mouse
04-29 - 发件人:YIRAN LI 发送日期:2014-04-29 18:34 收件人:mingw-w64-public 抄送: 主题:[Mingw-w64-public] How to do delay load in Mingw-w64 Hi friends, I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter supports delay load. To be a bit more specific, ffmpeg could dynamical

[Mingw-w64-public] How to do delay load in Mingw-w64

2014-04-29 Thread YIRAN LI
Hi friends, I'm now moving my ffmpeg build from MinGW to Mingw-w64 because the latter supports delay load. To be a bit more specific, ffmpeg could dynamically link to many external libraries, but I want these external libs be downloaded and used only when they are used (functions called). For exa