Commit 76013b32 authored by Felix Paul Kühne's avatar Felix Paul Kühne

opengl: remove iOS 6 hack

parent 4b187acc
......@@ -526,9 +526,6 @@ vout_display_opengl_t *vout_display_opengl_New(video_format_t *fmt,
#ifdef __APPLE__
#if USE_OPENGL_ES
/* work-around an iOS 6 bug */
if (kCFCoreFoundationVersionNumber >= 786.)
max_texture_units = 8;
supports_shaders = true;
#endif
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment