Skip to content

Commit eb30c7b

Browse files
committed
Defines for OF_RTAUDIO_6 / #define OF_RTAUDIO
1 parent 8f780a1 commit eb30c7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/openFrameworks/utils/ofConstants.h

+3
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ enum ofTargetPlatform{
149149
#define TARGET_GLFW_WINDOW
150150
#define OF_CAIRO
151151
#define OF_RTAUDIO
152+
#define OF_RTAUDIO_6
152153
#include "GL/glew.h"
153154
#include "GL/wglew.h"
154155
#define __WINDOWS_DS__
@@ -204,6 +205,7 @@ enum ofTargetPlatform{
204205
#define TARGET_GLFW_WINDOW
205206
#define OF_CAIRO
206207
#define OF_RTAUDIO
208+
#define OF_RTAUDIO_6
207209
#define OF_NO_FMOD
208210

209211
#include "GL/glew.h"
@@ -238,6 +240,7 @@ enum ofTargetPlatform{
238240
#include <EGL/eglext.h>
239241
#else // desktop linux
240242
#define TARGET_GLFW_WINDOW
243+
#define OF_RTAUDIO
241244
#include <GL/glew.h>
242245
#endif
243246

0 commit comments

Comments
 (0)