x265-2.3

Introduction to x265

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.0 platform.

Package Information

Additional Downloads

x265 Dependencies

Required

CMake-3.7.2

Recommended

Optional

numactl

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/x265

Installation of x265

Install x265 by running the following commands:

patch -Np1 -i ../x265_2.3-enable_static-1.patch &&

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

Contents

Installed Program: x265
Installed Library: libx265.so
Installed Directories: None

Short Descriptions

libx265.so

provides the functions used to encode video streams into the H.265/HEVC format.

Last updated on 2017-02-17 16:10:58 -0800