Log in

View Full Version : Building x265 libs


athukoralakasun
19th February 2015, 12:01
Hi,

I build the x265 lib file uing the bat files provided in the official site. Following is the link to it.
https://bitbucket.org/multicoreware/x265/downloads


I built the x64 release verasion.. but when i use it it says,

x265 [info]: build info [Windows][MSVC 1800][64 bit] 8bpp
x265 [warning]: Assembly not supported in this binary
x265 [info]: using cpu capabilities: none!

Can someone tel me how to correct this and build a x64 release lib?

Thank you.

foxyshadis
19th February 2015, 13:45
You need yasm (http://yasm.tortall.net/Download.html). Ignore the vsyasm, the general one is what x265 needs. Stick it somewhere, run make-solutions again, and point YASM_EXECUTABLE to it.