More stuff is using libsamplerate now

This commit is contained in:
BtbN 2022-07-14 00:52:00 +02:00
parent 975fd8d3fd
commit 64cc9bb50d

View file

@ -4,8 +4,6 @@ SCRIPT_REPO="https://github.com/libsndfile/libsamplerate.git"
SCRIPT_COMMIT="aee38d0bc797d0d1a3774ef574af1d5d248d2398" SCRIPT_COMMIT="aee38d0bc797d0d1a3774ef574af1d5d248d2398"
ffbuild_enabled() { ffbuild_enabled() {
# Dependency of GPL-Only librubberband
[[ $VARIANT == lgpl* ]] && return -1
return 0 return 0
} }