From: Sreerenj Balachandran Date: Mon, 2 Feb 2015 09:43:58 +0000 (+0200) Subject: Fix compilation error if there is no GL/gl.h header file installed X-Git-Tag: 1.19.3~503^2~1922 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b328e880fe6079f02932205a5b70e0d6f6a3f489;p=platform%2Fupstream%2Fgstreamer.git Fix compilation error if there is no GL/gl.h header file installed --- diff --git a/gst/vaapi/gstvaapivideometa_texture.c b/gst/vaapi/gstvaapivideometa_texture.c index 1f60537..7a4efdf 100644 --- a/gst/vaapi/gstvaapivideometa_texture.c +++ b/gst/vaapi/gstvaapivideometa_texture.c @@ -25,11 +25,11 @@ */ #include "gst/vaapi/sysdeps.h" -#include #include "gstvaapivideometa.h" #include "gstvaapipluginutil.h" #if USE_GLX +#include #include #endif