Thanks a lot for your work! But, i have a problem with x265.
When I get to this point:
[Compile x265_encoder]
cd ~/x265_plugin_build/x265_encoder
make
I get this error:
/usr/bin/ld: ../x265_pkg/lib/libx265.a(threadpool.cpp.o): in function `x265::ThreadPool::create(int, int, unsigned long)':
threadpool.cpp:(.text+0x20b): undefined reference to `numa_available'
/usr/bin/ld: threadpool.cpp:(.text+0x309): undefined reference to `numa_allocate_nodemask'
/usr/bin/ld: ../x265_pkg/lib/libx265.a(threadpool.cpp.o): in function `x265::ThreadPool::setThreadNodeAffinity(void*)':
threadpool.cpp:(.text+0x585): undefined reference to `numa_available'
/usr/bin/ld: threadpool.cpp:(.text+0x5b4): undefined reference to `numa_run_on_node_mask'
/usr/bin/ld: threadpool.cpp:(.text+0x5bc): undefined reference to `numa_set_interleave_mask'
/usr/bin/ld: ../x265_pkg/lib/libx265.a(threadpool.cpp.o): in function `x265::ThreadPool::getNumaNodeCount()':
threadpool.cpp:(.text+0x835): undefined reference to `numa_available'
/usr/bin/ld: threadpool.cpp:(.text+0x845): undefined reference to `numa_max_node'
/usr/bin/ld: ../x265_pkg/lib/libx265.a(threadpool.cpp.o): in function `x265::ThreadPool::allocThreadPools(x265_param*, int&, bool)':
threadpool.cpp:(.text+0x9bb): undefined reference to `numa_available'
/usr/bin/ld: threadpool.cpp:(.text+0xd41): undefined reference to `numa_allocate_cpumask'
/usr/bin/ld: threadpool.cpp:(.text+0xd64): undefined reference to `numa_bitmask_weight'
/usr/bin/ld: threadpool.cpp:(.text+0xd7e): undefined reference to `numa_node_to_cpus'
/usr/bin/ld: threadpool.cpp:(.text+0xdb1): undefined reference to `numa_bitmask_free'
/usr/bin/ld: threadpool.cpp:(.text+0x1096): undefined reference to `numa_available'
/usr/bin/ld: threadpool.cpp:(.text+0x1244): undefined reference to `numa_allocate_cpumask'
/usr/bin/ld: threadpool.cpp:(.text+0x1257): undefined reference to `numa_bitmask_free'
/usr/bin/ld: ../x265_pkg/lib/libx265.a(threadpool.cpp.o): in function `x265::ThreadPool::~ThreadPool()':
threadpool.cpp:(.text+0x541): undefined reference to `numa_bitmask_free'
/usr/bin/ld: ../x265_pkg/lib/libx265.a(threadpool.cpp.o): in function `x265::ThreadPool::setThreadNodeAffinity(void*)':
threadpool.cpp:(.text+0x5c2): undefined reference to `numa_set_localalloc'
collect2: error: ld returned 1 exit status
make: *** [Makefile:34: bin/x265_encoder.dvcp] Error 1
Any solutions? I had no problem with the x264 codec, which works perfectly on Arch Linux (too bad it uses the CPU instead of the GPU, though).