История изменений
Исправление Samsky, (текущая версия) :
[noasm]
При сборке он ищет yasm, если ассемблер не установлен, то оптимизированный код не компилируется.
https://github.com/WoAnTech/libx265/tree/master/build
-- Found Yasm 1.3.0 to build assembly primitives
Now build the encoder and run x265 -V:
x265 [info]: using cpu capabilities: MMX, SSE2, ...
If cpu capabilities line says 'none!', then the encoder was built
without yasm.
Исходная версия Samsky, :
При сборке он ищет yasm, если ассемблер не установлен, то оптимизированный код не компилируется.
https://github.com/WoAnTech/libx265/tree/master/build
-- Found Yasm 1.3.0 to build assembly primitives
Now build the encoder and run x265 -V:
x265 [info]: using cpu capabilities: MMX, SSE2, ...
If cpu capabilities line says 'none!', then the encoder was built
without yasm.