--- video/out/opengl/common.c.orig
+++ video/out/opengl/common.c
@@ -266,6 +266,7 @@ static const struct gl_functions gl_func
         .ver_exclude = 1,
         .ver_es_exclude = 320,
     },
+#if !defined(__APPLE__) || MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
     {
         .ver_core = 320,
         .extension = "GL_ARB_sync",
@@ -276,6 +277,7 @@ static const struct gl_functions gl_func
             {0}
         },
     },
+#endif
     {
         .ver_core = 330,
         .extension = "GL_ARB_timer_query",
