From 3f9a856362b2730b33319c1fe6cc2c02970f06b6 Mon Sep 17 00:00:00 2001 From: Nick Lanham Date: Fri, 16 Mar 2012 14:22:43 +0100 Subject: [PATCH] Reduce required version of libsamplerate --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3790000..d6d7b9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ SET(SAMP_ZERO_POS "0" CACHE STRING "Default sample zero position 0=top left (tl) find_package(PkgConfig) pkg_check_modules(LV2 REQUIRED lv2-plugin>=1.0.4) pkg_check_modules(SNDFILE REQUIRED sndfile>=1.0.20) -pkg_check_modules(SAMPLERATE REQUIRED samplerate>=0.1.8) +pkg_check_modules(SAMPLERATE REQUIRED samplerate>=0.1.5) pkg_check_modules (GTK2 REQUIRED gtk+-2.0>=2.22.0) find_package (EXPAT REQUIRED)