From 8df6a4b92dd1323e3ee06faab44712b207ceadb1 Mon Sep 17 00:00:00 2001 From: BtbN Date: Thu, 13 May 2021 17:35:45 +0200 Subject: [PATCH] Enable shared linux programs (EXPERIMENTAL) --- README.md | 5 +++-- build.sh | 4 ++-- scripts.d/99-staticify.sh | 18 +++++------------- variants/linux-install-shared.sh | 4 ++-- 4 files changed, 12 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 54ebe8b..5967e9c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ Static Windows Builds of ffmpeg master and latest release branch. -EXPERIMENTAL Linux-Builds. Do not expect everything to work on them, specially anything that involved loading dynamic libs at runtime. -Shared Linux builds come without the programs (hopefully just for now), since they won't run without musl. +EXPERIMENTAL Linux-Builds. Do not expect everything to work on them, specially anything that involves loading dynamic libs at runtime. +Shared Linux builds need musl installed to run the programs. YMMV when trying to use the libraries. +Please report any issues you encounter with those builds! ## Auto-Builds diff --git a/build.sh b/build.sh index fbfe048..ae899da 100755 --- a/build.sh +++ b/build.sh @@ -57,8 +57,8 @@ docker run --rm -i "${UIDARGS[@]}" -v $PWD/ffbuild:/ffbuild "$IMAGE" bash -s <