<div dir="ltr">I try to compile x264 source code to generate the lib and dll to use them in visual studio 2010. I compiled using mingw tool. <div><b style="color:rgb(0,0,0);font-family:Arial,Georgia,Verdana;font-size:16px;text-align:justify">./configure --disable-cli --enable-shared --extra-ldflags=-Wl,--output-def=libx264.def</b><br>

</div><div><br></div><div>The generated dll has dependency on pthreadgc2.dll if threads are posix and dependent on libgcc_s_dw2-1.dll if threads are win32. So I would place those dependent files to use that x264.dll. <br>

Can anyone tell, how to build x264 dll so that, there are no dependencies during runtime?</div></div>