[x264-devel] x264 on x64

Santosh santoshkumarcs1986 at gmail.com
Tue Nov 23 00:56:12 CET 2010


Dear experts,

I am having trouble linking libx264.lib to my application on x64 machine.
I am able to build it. But, when I try linking it, I get the following
errors:

.
.
libx264.lib(encoder.o) : error LNK2019: unresolved external symbol log2f
referenced in function x264_validate_parameters
libx264.lib(set.o) : error LNK2001: unresolved external symbol log2f
libx264.lib(analyse.o) : error LNK2001: unresolved external symbol log2f
libx264.lib(ratecontrol.o) : error LNK2001: unresolved external symbol log2f
libx264.lib(encoder.o) : error LNK2019: unresolved external symbol fseeko64
referenced in function x264_encoder_frame_end
libx264.lib(common.o) : error LNK2001: unresolved external symbol fseeko64
.
.
.


I am building on a 64-bit Windows 7 machine and use the following
configuration:
./configure --host=x86_64-w64-mingw32

Is x264 supported on 64-bit machines ?
Also, is there is any website where I can get static library (libx264.lib) ?

Regards,
Santosh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x264-devel/attachments/20101122/7c6efdfb/attachment.html>


More information about the x264-devel mailing list