alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit 17064f0bb521a139eec7d69748cf4267cd4531c4
parent 31465268a952e2d24704172eeb9936356ce330b2
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Sat, 27 Sep 2025 11:22:23 +0800

x264: disable lavf, fails when build with ffmpeg8

Diffstat:
Mrepos/extra/x264/abuild | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repos/extra/x264/abuild b/repos/extra/x264/abuild @@ -3,4 +3,4 @@ version=20240216 release=1 source="https://anduin.linuxfromscratch.org/BLFS/$name/$name-$version.tar.xz portability.patch" -build_opt="--enable-shared" +build_opt="--enable-shared --disable-lavf"