[vlc-commits] opengl: remove iOS 6 hack
    Felix Paul Kühne 
    git at videolan.org
       
    Thu Jul  2 16:55:52 CEST 2015
    
    
  
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jul  2 16:23:08 2015 +0200| [76013b32dd3105832b139045d1219599851ae261] | committer: Felix Paul Kühne
opengl: remove iOS 6 hack
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=76013b32dd3105832b139045d1219599851ae261
---
 modules/video_output/opengl.c |    3 ---
 1 file changed, 3 deletions(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index b78bbe0..c0ddbce 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -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
    
    
More information about the vlc-commits
mailing list