]> git.sesse.net Git - vlc/blobdiff - modules/video_output/ios.m
Qt: reinstate the small QSplitter on Mac for the playlist
[vlc] / modules / video_output / ios.m
index c90ac61054f4c488ff5712c5f4712a199b62c31f..1a02a3d2cf527f72dc0e46697b1248a813c632d7 100644 (file)
@@ -27,6 +27,8 @@
 
 #import <UIKit/UIKit.h>
 #import <OpenGLES/ES1/gl.h>
+#import <OpenGLES/ES1/glext.h>
+#include <QuartzCore/QuartzCore.h>
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -38,8 +40,8 @@
 #include <vlc_vout_opengl.h>
 
 #define USE_OPENGL_ES 1
+
 #include "opengl.h"
-#include <QuartzCore/QuartzCore.h>
 
 /**
  * Forward declarations