# Description: Open Source H264/AVC video encoder # URL: https://www.videolan.org/developers/x264.html # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: nasm name=x264 version=20240216 release=1 source=(https://anduin.linuxfromscratch.org/BLFS/${name}/${name}-${version}.tar.xz portability.patch) build() { cd ${name} patch -Np1 -i ../portability.patch ./configure \ --prefix=/usr \ --libdir=/usr/lib \ --enable-shared \ --disable-lavf make make DESTDIR=$PKG install }