Building ffmpeg with <span class="highlight">libx265</span> on CentOS 6
... -j6
make install
ldconfig
Note that I used 'make -j6' because my CPU has 6 Cores/threads, adapt that line to your number of cores.
check
ls /usr/local/lib/libx265*
/usr/local/lib/libx265.a /usr/local/lib/libx265.so@ ...