Fix compilation error if there is no GL/gl.h header file installed

This commit is contained in:
Sreerenj Balachandran 2015-02-02 11:43:58 +02:00
parent da6b88692f
commit b328e880fe

View file

@ -25,11 +25,11 @@
*/
#include "gst/vaapi/sysdeps.h"
#include <GL/gl.h>
#include "gstvaapivideometa.h"
#include "gstvaapipluginutil.h"
#if USE_GLX
#include <GL/gl.h>
#include <gst/vaapi/gstvaapitexture_glx.h>
#endif