x265 package provides a library for encoding video streams into the H.265/HEVC format.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): https://bitbucket.org/multicoreware/x265/downloads/x265_2.5.tar.gz
Download MD5 sum: 192e54fa3068b594aa44ab2b703f071d
Download size: 1.2 MB
Estimated disk space required: 39 MB
Estimated build time: 0.8 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/x265
Install x265 by running the following commands:
mkdir bld &&
cd bld &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=OFF \
../source &&
make
This package does not come with a test suite.
Now, as the root user:
make install && rm /usr/lib/libx265.a
rm /usr/lib/libx265.a: BLFS does not recommend using static libraries.
Last updated on 2017-08-21 23:29:00 -0700