From b83d2df47d3b6ed21fc6aa56961beb70dfec3766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 12 Apr 2014 22:45:30 +0200 Subject: [PATCH] gl: Import QuartzCore/QuartzCore.h for CAEAGLLayer on older iOS versions --- gst-libs/gst/gl/eagl/gstglcontext_eagl.m | 1 + 1 file changed, 1 insertion(+) diff --git a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m index 69c3a068ef..e3b71f355f 100644 --- a/gst-libs/gst/gl/eagl/gstglcontext_eagl.m +++ b/gst-libs/gst/gl/eagl/gstglcontext_eagl.m @@ -23,6 +23,7 @@ #endif #import +#import #import #include