<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Sep 4, 2013 at 2:25 AM, YIRAN LI <span dir="ltr"><<a href="mailto:mrfun.china@gmail.com" target="_blank">mrfun.china@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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></blockquote><div><br></div><div>Yes, w32thread uses actual Windows Threading functions, and is supported on Windows XP and newer. <br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div></div><div>Great thanks!</div></div>
<br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br></div></div>