We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f780a1 commit eb30c7bCopy full SHA for eb30c7b
libs/openFrameworks/utils/ofConstants.h
@@ -149,6 +149,7 @@ enum ofTargetPlatform{
149
#define TARGET_GLFW_WINDOW
150
#define OF_CAIRO
151
#define OF_RTAUDIO
152
+ #define OF_RTAUDIO_6
153
#include "GL/glew.h"
154
#include "GL/wglew.h"
155
#define __WINDOWS_DS__
@@ -204,6 +205,7 @@ enum ofTargetPlatform{
204
205
206
207
208
209
#define OF_NO_FMOD
210
211
@@ -238,6 +240,7 @@ enum ofTargetPlatform{
238
240
#include <EGL/eglext.h>
239
241
#else // desktop linux
242
243
+ #define OF_RTAUDIO
244
#include <GL/glew.h>
245
#endif
246
0 commit comments