traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/plugins/LV2 LV2Plugin.cpp


From: Nicola Doebelin
Subject: [Traverso-commit] traverso/src/plugins/LV2 LV2Plugin.cpp
Date: Sun, 22 Feb 2009 19:15:55 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    09/02/22 19:15:55

Modified files:
        src/plugins/LV2: LV2Plugin.cpp 

Log message:
        * fixed compile bug on OS X

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/plugins/LV2/LV2Plugin.cpp?cvsroot=traverso&r1=1.19&r2=1.20

Patches:
Index: LV2Plugin.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/plugins/LV2/LV2Plugin.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- LV2Plugin.cpp       21 Feb 2009 21:07:34 -0000      1.19
+++ LV2Plugin.cpp       22 Feb 2009 19:15:54 -0000      1.20
@@ -27,6 +27,11 @@
 #include <AudioDevice.h>
 #include <Utils.h>
 
+#if defined Q_WS_MAC
+       #include <cmath>
+       extern "C" int isnan(double);
+#endif
+
 #include <Debugger.h>
 
 #define UC_(x) (const unsigned char* ) x.toAscii().data()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]