mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
viv-fb: Include gstglfuncs.h to fix cross compilation errors
https://bugzilla.gnome.org/show_bug.cgi?id=794589
This commit is contained in:
parent
681f41978a
commit
9ce1e4e712
2 changed files with 3 additions and 1 deletions
|
@ -40,6 +40,7 @@
|
|||
|
||||
#if GST_GL_HAVE_VIV_DIRECTVIV
|
||||
#include <gst/allocators/gstphysmemory.h>
|
||||
#include <gst/gl/gstglfuncs.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "../gstgl_fwd.h"
|
||||
#include <gst/gl/gstglcontext.h>
|
||||
#include <gst/gl/gstglfuncs.h>
|
||||
|
||||
#include "gstglwindow_viv_fb_egl.h"
|
||||
#include "../gstglwindow_private.h"
|
||||
|
|
Loading…
Reference in a new issue