comparison Test.cpp @ 28:b1bc4d045a4b vamp-plugin-tester-v1.0

* Solaris build fixes
author cannam
date Thu, 24 Sep 2009 14:11:14 +0000
parents 28097c1b3de4
children f1e8e14e9c96
comparison
equal deleted inserted replaced
27:5dcdc86d45d4 28:b1bc4d045a4b
43 43
44 using namespace Vamp; 44 using namespace Vamp;
45 using namespace Vamp::HostExt; 45 using namespace Vamp::HostExt;
46 46
47 #include <math.h> 47 #include <math.h>
48
49 #ifdef __SUNPRO_CC
50 #include <ieeefp.h>
51 #define isinf(x) (!finite(x))
52 #endif
48 53
49 Test::Test() { } 54 Test::Test() { }
50 Test::~Test() { } 55 Test::~Test() { }
51 56
52 Plugin * 57 Plugin *