From 64cc9bb50dff5d72599a889d31686bc2ef1abf1e Mon Sep 17 00:00:00 2001 From: BtbN Date: Thu, 14 Jul 2022 00:52:00 +0200 Subject: [PATCH] More stuff is using libsamplerate now --- scripts.d/45-libsamplerate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts.d/45-libsamplerate.sh b/scripts.d/45-libsamplerate.sh index a33bdce..213fb8c 100755 --- a/scripts.d/45-libsamplerate.sh +++ b/scripts.d/45-libsamplerate.sh @@ -4,8 +4,6 @@ SCRIPT_REPO="https://github.com/libsndfile/libsamplerate.git" SCRIPT_COMMIT="aee38d0bc797d0d1a3774ef574af1d5d248d2398" ffbuild_enabled() { - # Dependency of GPL-Only librubberband - [[ $VARIANT == lgpl* ]] && return -1 return 0 }