# HG changeset patch # User Chris Cannam # Date 1696841295 -3600 # Mon Oct 09 09:48:15 2023 +0100 # Node ID 3c2c18feb591b9ed186ab1e0dbe8360a3b4ffdc5 # Parent 4a30a7436d66baf0232dc292b154823cf6a5aee2 Backed out changeset db666541b997 Oof, this is failing the naive upsample tests diff --git a/meson.build b/meson.build --- a/meson.build +++ b/meson.build @@ -79,7 +79,7 @@ language: 'cpp' ) platform_feature_defines = [ - '-DHAVE_LIBSPEEXDSP', + '-DUSE_BQRESAMPLER', '-DHAVE_PORTAUDIO', '-DHAVE_COREAUDIO', '-DHAVE_VDSP', @@ -124,7 +124,7 @@ endif # end architecture platform_feature_libs += [ - '-lspeexdsp', '-lopusfile', '-lopusenc', '-lopus', '-logg', '-lportaudio', + '-lsamplerate', '-lopusfile', '-lopusenc', '-lopus', '-logg', '-lportaudio', '-framework', 'Accelerate', '-framework', 'CoreAudio', '-framework', 'AudioUnit', '-framework', 'AudioToolbox', '-framework', 'CoreFoundation', '-framework', 'CoreServices',