diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-27 11:22:23 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-09-27 11:22:23 +0800 |
| commit | 17064f0bb521a139eec7d69748cf4267cd4531c4 (patch) | |
| tree | 94b08ac464884af3f45d803209e38909512325ee /repos/extra/x264 | |
| parent | 31465268a952e2d24704172eeb9936356ce330b2 (diff) | |
| download | alicelinux-17064f0bb521a139eec7d69748cf4267cd4531c4.tar.gz alicelinux-17064f0bb521a139eec7d69748cf4267cd4531c4.zip | |
x264: disable lavf, fails when build with ffmpeg8
Diffstat (limited to 'repos/extra/x264')
| -rw-r--r-- | repos/extra/x264/abuild | 2 |
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" |