With the latest stable release I am getting compiler warning: x265/stable/source/common/threadpool.cpp:276: error: 'numa_node_of_cpu' was not declared in this scope
I traced this to my system having an old version of libnuma that does not the numa_node_of_cpu() API function. I suggest either adding modifying cmake config files to disable libnuma when LIBLUMA_API_VERSION < 2 or add an implementation of numa_node_of_cpu() for this case. Regard, - Dzung Hoang
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
