summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2017-02-20 19:35:56 +0100
committerAkemi <der.richter@gmx.de>2017-02-27 23:53:53 +0100
commitb5ca8c41cc62f1ef097f4fc93525dec8b84f59a0 (patch)
tree609bb7f65b9689e51cc38e949f4464b18004ba05 /video
parent6028244160b75555b3d34aebc1274d25602f99fb (diff)
downloadmpv-b5ca8c41cc62f1ef097f4fc93525dec8b84f59a0.tar.bz2
mpv-b5ca8c41cc62f1ef097f4fc93525dec8b84f59a0.tar.xz
osx: drop support for OS X 10.7 and earlier
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/context_cocoa.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/video/out/opengl/context_cocoa.c b/video/out/opengl/context_cocoa.c
index 941274ce6c..86a25e9a1f 100644
--- a/video/out/opengl/context_cocoa.c
+++ b/video/out/opengl/context_cocoa.c
@@ -55,11 +55,9 @@ static CGLError test_gl_version(struct vo *vo,
kCGLPFAOpenGLProfile,
(CGLPixelFormatAttribute) version,
kCGLPFAAccelerated,
- #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_8
// leave this as the last entry of the array to not break the fallback
// code
kCGLPFASupportsAutomaticGraphicsSwitching,
- #endif
0
};