diff options
| -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" |