mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
libs: egl: utils: fix usage of GstGL macros
Include gl.h for the required GstGL symbols. https://bugzilla.gnome.org/show_bug.cgi?id=795391
This commit is contained in:
parent
bfd4b43c16
commit
9fde93f80c
1 changed files with 5 additions and 2 deletions
|
@ -22,8 +22,11 @@
|
|||
|
||||
#include "sysdeps.h"
|
||||
#include "gstvaapiutils_egl.h"
|
||||
#if USE_GST_GL_HELPERS && GST_GL_HAVE_PLATFORM_EGL
|
||||
# include <gst/gl/egl/gstgldisplay_egl.h>
|
||||
#if USE_GST_GL_HELPERS
|
||||
# include <gst/gl/gl.h>
|
||||
# if GST_GL_HAVE_PLATFORM_EGL
|
||||
# include <gst/gl/egl/gstgldisplay_egl.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define DEBUG 1
|
||||
|
|
Loading…
Reference in a new issue