mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-19 15:06:07 +01:00
Update libvamp to 2.5.
This commit is contained in:
@@ -43,6 +43,11 @@ using std::endl;
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#ifdef __SUNPRO_CC
|
||||
#include <ieeefp.h>
|
||||
#define isinf(x) (!finite(x))
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define isnan(x) false
|
||||
#define isinf(x) false
|
||||
|
||||
Reference in New Issue
Block a user