The libde265 package contains an open source 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.
下载地址(HTTP):https://github.com/strukturag/libde265/releases/download/v1.1.1/libde265-1.1.1.tar.gz
MD5 校验和:e9a8ccb8185b5191e712b8a5fa1d1bfc
大小:312 KB
预计所需磁盘空间:7.8 MB
预计构建时间:0.2 SBU
sdl2-compat-2.32.70 (for YUV overlay output support of dec265), both Qt 5 and FFmpeg-8.1.2 (for building sherlock265)
Install libde265 by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
.. &&
make
This package does not come with a test suite.
Now, as the root user:
make install