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:
authorJohn Novak <jnovak@skedulo.com>2022-05-17 02:23:01 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-05-22 05:50:08 +0300
commit2eae4273b4c66e538ea0f5231260a8c301c95517 (patch)
treeb8f42a8e977a239261fe0491e93d7655986cbbb9 /meson.build
parentf490505b2adbe4707423ffc64c4c455b10c6c13c (diff)
Replace linear-interpolation resampler with SpeeX
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 17713b27e..72e97739f 100644
--- a/meson.build
+++ b/meson.build
@@ -240,6 +240,8 @@ 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',
+ static : ('speexdsp' in static_libs_list))
sdl2_net_dep = optional_dep
opengl_dep = optional_dep
fluid_dep = optional_dep