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

This commit is contained in:
Sreerenj Balachandran 2015-01-19 11:30:12 +02:00
parent b8744f5b9a
commit 09bb0d4b5d

View file

@ -26,10 +26,12 @@
#include "gst/vaapi/sysdeps.h"
#include "gstvaapivideometa.h"
#include "gstvaapivideometa_texture.h"
#include "gstvaapipluginutil.h"
#if GST_CHECK_VERSION(1,1,0) && USE_GLX
#include "gstvaapivideometa_texture.h"
struct _GstVaapiVideoMetaTexture
{
GstVaapiTexture *texture;