Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-05-19 16:31:45 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-05-22 05:50:08 +0300
commitdb19ccb18f5985bfcc5a8816820eb49fcce3ba8a (patch)
treef09311765790b0ff3b7fce58b93d68caa1b3404f /meson.build
parent2eae4273b4c66e538ea0f5231260a8c301c95517 (diff)
Add SpeexDSP to a couple more lists
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 72e97739f..062428950 100644
--- a/meson.build
+++ b/meson.build
@@ -240,7 +240,7 @@ sdl2_dep = dependency('sdl2', version : '>= 2.0.5',
static : ('sdl2' in static_libs_list))
zlib_dep = dependency('zlib', version : '>= 1.2.11',
static : ('zlib' in static_libs_list))
-speexdsp_dep = dependency('speexdsp', version : '>= 1.2.0',
+speexdsp_dep = dependency('speexdsp', version : '> 1.1.9',
static : ('speexdsp' in static_libs_list))
sdl2_net_dep = optional_dep
opengl_dep = optional_dep