The libde265 package contains an open H.265 video codec implementation.
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/strukturag/libde265/releases/download/v1.0.16/libde265-1.0.16.tar.gz
Download MD5 sum: f3173ff6fa273e139de19e6e77bec9b6
Download size: 817 KB
Estimated disk space required: 30 MB
Estimated build time: 0.2 SBU
SDL2-2.32.10 (for YUV overlay output support of dec265), both Qt 5 and FFmpeg-7.1.2 (for building sherlock265)
At first, prevent the installation of some programs only useful for hacking libde265:
sed '/tools/d' -i Makefile.am && ./autogen.sh
Install libde265 by running the following commands:
./configure --prefix=/usr --disable-static && make
This package does not come with a test suite.
          Now, as the root user:
        
make install
          --enable-encoder: This option enables
          the H.265 encoder, in addition to the decoder. The encoder is still
          experimental so the instruction above does not contain this option.