aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-09-27 11:22:23 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-09-27 11:22:23 +0800
commit17064f0bb521a139eec7d69748cf4267cd4531c4 (patch)
tree94b08ac464884af3f45d803209e38909512325ee
parent31465268a952e2d24704172eeb9936356ce330b2 (diff)
downloadalicelinux-17064f0bb521a139eec7d69748cf4267cd4531c4.tar.gz
alicelinux-17064f0bb521a139eec7d69748cf4267cd4531c4.zip
x264: disable lavf, fails when build with ffmpeg8
-rw-r--r--repos/extra/x264/abuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repos/extra/x264/abuild b/repos/extra/x264/abuild
index bafbcea6..133e270a 100644
--- 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"