Skip to content

Commit e7685cb

Browse files
committed
Install libasound2-plugin-equal along with libasound2
1 parent be5013a commit e7685cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install/install-dep.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if [[ "${BUILD_MODE}" == "sf" ]]; then
3030
apt-get update
3131
if [[ -z "${BINARY_MODE}" ]] || [[ "${BINARY_MODE}" == "full" ]] || [[ "${BINARY_MODE}" == "alsa" ]]; then
3232
echo "Installing support for Alsa ..."
33-
apt-get install --no-install-recommends -y libasound2
33+
apt-get install --no-install-recommends -y libasound2 libasound2-plugin-equal
3434
echo "Support for Alsa installed."
3535
fi
3636
if [[ -z "${BINARY_MODE}" ]] || [[ "${BINARY_MODE}" == "full" ]] || [[ "${BINARY_MODE}" == "pulse" ]]; then
@@ -70,6 +70,7 @@ elif [[ "${BUILD_MODE}" == "r2" ]]; then
7070
git \
7171
build-essential \
7272
libasound2 \
73+
libasound2-plugin-equal \
7374
libasound2-dev \
7475
libflac-dev \
7576
libmad0-dev \

0 commit comments

Comments
 (0)