vlc | branch: master | Martin Storsjö <[email protected]> | Sat Mar 30 23:35:58 
2013 +0200| [877ff19bf4719b3e75463adb5910373801718c1c] | committer: Martin 
Storsjö

vout_ios: Don't include ES1 headers

This vout uses ES2, not ES1. The right headers are included by
opengl.h anyway, this was just confusing and wrong.

Signed-off-by: Martin Storsjö <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=877ff19bf4719b3e75463adb5910373801718c1c
---

 modules/video_output/ios.m |    2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/video_output/ios.m b/modules/video_output/ios.m
index 05defcd..2dc0929 100644
--- a/modules/video_output/ios.m
+++ b/modules/video_output/ios.m
@@ -27,8 +27,6 @@
  *****************************************************************************/
 
 #import <UIKit/UIKit.h>
-#import <OpenGLES/ES1/gl.h>
-#import <OpenGLES/ES1/glext.h>
 #import <QuartzCore/QuartzCore.h>
 #import <dlfcn.h>
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to