Dear experts,
<div><br></div><div>I am having trouble linking libx264.lib to my application on x64 machine.</div><div>I am able to build it. But, when I try linking it, I get the following errors:</div><div><br></div><div>.</div><div>
.</div><div><div>libx264.lib(encoder.o) : error LNK2019: unresolved external symbol log2f referenced in function x264_validate_parameters</div><div>libx264.lib(set.o) : error LNK2001: unresolved external symbol log2f</div>
<div>libx264.lib(analyse.o) : error LNK2001: unresolved external symbol log2f</div><div>libx264.lib(ratecontrol.o) : error LNK2001: unresolved external symbol log2f</div><div>libx264.lib(encoder.o) : error LNK2019: unresolved external symbol fseeko64 referenced in function x264_encoder_frame_end</div>
<div>libx264.lib(common.o) : error LNK2001: unresolved external symbol fseeko64</div></div><div>.</div><div>.</div><div>.</div><div><br></div><div><br></div><div>I am building on a 64-bit Windows 7 machine and use the following configuration:</div>
<div>./configure --host=x86_64-w64-mingw32</div><div><br></div><div>Is x264 supported on 64-bit machines ?</div><div>Also, is there is any website where I can get static library (libx264.lib) ?</div><div><br></div><div>Regards,</div>
<div>Santosh</div><div><br></div>