x264 package provides a library for encoding video streams into the H.264/MPEG-4 AVC format.
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://anduin.linuxfromscratch.org/BLFS/x264/x264-20250815.tar.xz
MD5 校验和:a4adb6f7d2644043765885e54abc3955
大小:732 KB
预计所需磁盘空间:15 MB
预计构建时间:0.2 SBU(并行度=4)
Install x264 by running the following commands:
./configure --prefix=/usr \
--enable-shared \
--disable-cli &&
make
This package does not come with a test suite.
Now, as the root user:
make install
--disable-cli: This switch
disables building the command-line encoder which is redundant since
it requires FFmpeg for most of the input formats.
--disable-asm: Use this switch if you
didn't install NASM.