[build] type = "autotools" [build.flags] configure = [ "--enable-shared", "--disable-cli", "--enable-pic", "--disable-avs", ] [dependencies] build = ["nasm"] runtime = [ "glibc", "l-smash", ] [package] description = "a library for encoding video streams into the H.264/MPEG-4 AVC format" homepage = "https://www.videolan.org/developers/x264.html" license = "GPL-2.0-only" name = "x264" version = "20250815" [[source]] extract_dir = "$name-$version" sha256 = "eb9c8febcf4889d01a4fd97f67a9bec74981a67c89d04e492b74e81edd720031" url = "https://anduin.linuxfromscratch.org/BLFS/x264/x264-$version.tar.xz" patches = [ "x264-posixify.patch" ] [[manual_sources]] file = "x264-posixify.patch"