audeering / opensmile

The Munich Open-Source Large-Scale Multimedia Feature Extractor
https://audeering.github.io/opensmile/
Other
553 stars 74 forks source link

Compiling from Source m1 Mac; finite #61

Open Heidi0039 opened 1 year ago

Heidi0039 commented 1 year ago

I'm getting the following error when compiling from source: error: use of undeclared identifier 'finite'; did you mean 'isfinite'?

changing all function calls to 'isfinite' resolves this issue and builds as expected.