View Single Post
Old 24th April 2016, 21:21   #12  |  Link
Ma
Registered User
 
Join Date: Feb 2015
Posts: 326
I see you build multilib version. The compilation is OK and it should be x265.exe that works OK at 8- and 10-bit encoding (and wrong at 12-bit).

The error is from part:
:: combine static libraries (ignore warnings caused by winxp.cpp hacks)
move Release\x265-static.lib x265-static-main.lib
LIB.EXE /ignore:4006 /ignore:4221 /OUT:Release\x265-static.lib x265-static-main.lib x265-static-main10.lib x265-static-main12.lib

which is not important. You can use compiled x265.exe without problem (only avoid 12-bit encoding with multilib version compiled with LTO -- there are bugs in x265 source code).
Ma is offline   Reply With Quote