Aha, I am on 8.2/amd64 here, and it definitely was fatal. I had to [CMD=]./configure --disable-asm --enable-shared --enable-static --chroma-format=420 [/CMD] to make it go. The big gotcha was the default --chroma-format=all which resulted in
x264_config.h
Code:
...
#define X264_CHROMA_FORMAT X264_CSP_Iall
and X264_CSP_Iall was missing from x264.h, hence the fail.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.