<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Sep 9, 2016 at 6:59 AM, Carl Eugen Hoyos <span dir="ltr"><<a href="mailto:ceffmpeg@gmail.com" target="_blank">ceffmpeg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">2016-09-08 21:26 GMT+02:00 Leonardo Nahra <<a href="mailto:leonardonahra@gmail.com">leonardonahra@gmail.com</a>>:<br>
> Hi, I'm trying to compile ffmpeg in the msvc toolchain but I'm having<br>
> problems enabling pthread support, after I run this configure:<br>
><br>
> ./configure<br>
<br>
>  --enable-asm<br>
>  --enable-yasm<br>
>  --arch=i386<br>
</span>>  --disable-libopenjpeg<br>
<br>
Unrelated: These have no effect, --arch does not work<br>
the way many people believe it does.<br>
(It is needed for cross-compilation.)<br>
<br>
>  --disable-ffserver<br>
>  --disable-ffplay<br>
>  --disable-ffprobe<br>
>  --disable-ffmpeg<br>
<br>
Fyi: There is an option --disable-programs<br>
<br>
>  --enable-pthreads<br>
>  --extra-libs=pthreadVC2.lib<br>
<br>
What does threading support show if you omit these two lines?<br></blockquote><div><br></div><div>It shows "threading support w32threads", and it shows "threading support no" with --disable-w32threads.</div><div><br></div><div>--disable-w32threads --enable-pthreads --extra-libs=pthreadVC2.lib also shows "threading support no"</div><div> </div></div><br></div></div>