1.1 --- a/src/video/SDL_egl.c Thu Sep 21 20:30:25 2017 -0300
1.2 +++ b/src/video/SDL_egl.c Thu Sep 21 18:38:07 2017 -0700
1.3 @@ -206,7 +206,7 @@
1.4 void *retval;
1.5
1.6 /* eglGetProcAddress is busted on Android http://code.google.com/p/android/issues/detail?id=7681 */
1.7 -#if !defined(SDL_VIDEO_DRIVER_ANDROID) && !defined(SDL_VIDEO_DRIVER_MIR)
1.8 +#if !defined(SDL_VIDEO_DRIVER_ANDROID)
1.9 if (_this->egl_data->eglGetProcAddress) {
1.10 retval = _this->egl_data->eglGetProcAddress(proc);
1.11 if (retval) {