[vlc-commits] vout_ios: Don't include ES1 headers

Martin Storsjö git at videolan.org
Mon Apr 1 10:18:52 CEST 2013


vlc | branch: master | Martin Storsjö <martin at martin.st> | 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ö <martin at martin.st>

> 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>
 



More information about the vlc-commits mailing list