summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-03-19 16:04:27 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-04-16 16:08:50 -0300
commitdf0caa6d14140f8eb231518dce540b2e761ad271 (patch)
treec8067d02f33379bfa66f4bce835901f87b25c172
parentd808ced75aec6d6e3e4eb9edbd285283354899a0 (diff)
downloadgstreamer-plugins-bad-df0caa6d14140f8eb231518dce540b2e761ad271.tar.gz
eagl: adds missing includes
-rw-r--r--ext/eglgles/gstegladaptation_eagl.m9
1 files changed, 7 insertions, 2 deletions
diff --git a/ext/eglgles/gstegladaptation_eagl.m b/ext/eglgles/gstegladaptation_eagl.m
index d5e8b9c5e..569061235 100644
--- a/ext/eglgles/gstegladaptation_eagl.m
+++ b/ext/eglgles/gstegladaptation_eagl.m
@@ -42,11 +42,16 @@
* Boston, MA 02111-1307, USA.
*/
+#import <OpenGLES/EAGL.h>
+#include <OpenGLES/ES2/gl.h>
+
+#include "gstegladaptation.h"
+
typedef struct _GstEaglContext
{
EAGLContext *eagl_context;
- GLUint framebuffer;
- GLUint color_renderbuffer;
+ GLuint framebuffer;
+ GLuint color_renderbuffer;
} GstEaglContext;
void