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 <