Add missing libsoundtouch define for meson

This commit is contained in:
thesource 2020-09-21 21:13:15 +03:00
parent 5552ef11c0
commit 50abbbafa7
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ endif
if dep_soundtouch.found()
dependencies += dep_soundtouch
add_global_arguments('-DHAVE_LIBSOUNDTOUCH', language: ['c', 'cpp'])
libdesmume_src += [
'../../metaspu/SndOut.cpp',
'../../metaspu/Timestretcher.cpp',