implemented and hopefully fixed 'speaker' lib

This commit is contained in:
Daniel Sommer 2022-04-27 15:51:50 +02:00
parent 3a4cc2775d
commit 550a974d39

View file

@ -58,6 +58,7 @@
['OS=="win"', { 'mpg123_cpu%': 'i386_fpu' },
{ 'conditions': [
['target_arch=="arm"', { 'mpg123_cpu%': 'arm_nofpu' }],
['target_arch=="arm64"', { 'mpg123_cpu%': 'arm_nofpu' }],
['target_arch=="ia32"', { 'mpg123_cpu%': 'i386_fpu' }],
['target_arch=="x64"', { 'mpg123_cpu%': 'x86-64' }],
]}],