mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Fix compilation error if there is no GL/gl.h header file installed
This commit is contained in:
parent
b8744f5b9a
commit
09bb0d4b5d
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue