Add alsa-lib

This commit is contained in:
BtbN 2021-12-11 01:57:56 +01:00
parent 6d3ce02bf7
commit 5b6c9e28b3
3 changed files with 65 additions and 2 deletions

View file

@ -18,6 +18,7 @@ ffbuild_dockerbuild() {
--prefix="$FFBUILD_PREFIX"
--disable-shared
--enable-static
--with-pic
)
if [[ $TARGET == win* || $TARGET == linux* ]]; then