|
@@ -4,8 +4,9 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBSAMPLERATE_VERSION = 0.1.9
|
|
|
-LIBSAMPLERATE_SITE = http://www.mega-nerd.com/SRC
|
|
|
+LIBSAMPLERATE_VERSION = 0.2.2
|
|
|
+LIBSAMPLERATE_SOURCE = libsamplerate-$(LIBSAMPLERATE_VERSION).tar.xz
|
|
|
+LIBSAMPLERATE_SITE = https://github.com/libsndfile/libsamplerate/releases/download/$(LIBSAMPLERATE_VERSION)
|
|
|
LIBSAMPLERATE_INSTALL_STAGING = YES
|
|
|
LIBSAMPLERATE_DEPENDENCIES = host-pkgconf
|
|
|
# sndfile is only used for examples and tests so it doesn't make sense
|