<div dir="ltr">Hi I'm building ffmpeg in MingW, and tried to build two version: one uses w32thread and another uses pthread.<div><br></div><div>I built with --enable-shared, and seems the dlls generated are almost of the same size.</div>
<div><br></div><div>I know MingW comes with pthead dll, so it's dynamically linked to. If 2 versions are of the same size, that means the version using w32thread also is dynamically linked to something. (if statically linked, size should be larger).</div>
<div><br></div><div>Could anyone tell me, which library is linked to in case w32thread is used . When checked with dependency walker, I only saw dependency on some windows dll, does that mean w32thread is provide via windows dlls and are available on all Windows system?</div>
<div><br></div><div><br></div><div>Great thanks!</div></div>