On Fri, Feb 27, 2015 at 10:31 PM, [email protected] <[email protected]> wrote: > 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.
I've sent a patch for this, please test that it fixes your problem. -- Steve Borho _______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
