mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
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:
@@ -16,6 +16,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include "gl-subsystem.h"
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
#include <OpenGL/OpenGL.h>
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
Reference in New Issue
Block a user