Merge pull request #378 from thesourcehim/master

Add missing libsoundtouch define for meson
This commit is contained in:
zeromus 2020-09-21 14:44:48 -04:00 committed by GitHub
commit e38e98714e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',