libobs-opengl: Disable deprecation warnings on macOS

We are aware of OpenGL having been deprecated on macOS since
Mac OS X 10.14, so silence the deprecation warnings the "official" way.
This commit is contained in:
PatTheMav
2022-09-14 12:48:05 +02:00
committed by Jim
parent 43dc65beec
commit 9650109748
+1
View File
@@ -16,6 +16,7 @@
******************************************************************************/
#include "gl-subsystem.h"
#define GL_SILENCE_DEPRECATION
#include <OpenGL/OpenGL.h>
#import <Cocoa/Cocoa.h>