Add missing libsoundtouch define for meson
This commit is contained in:
parent
5552ef11c0
commit
50abbbafa7
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue