mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
tests: Fix compilation while enabling egl as the only renderer in build
Include missing header files gstvaapidisplay_egl.h and gstvaapiwindow_egl.h.
This commit is contained in:
parent
f728b9d67c
commit
157ce77727
2 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,9 @@
|
|||
#if USE_WAYLAND
|
||||
# include <gst/vaapi/gstvaapidisplay_wayland.h>
|
||||
#endif
|
||||
#if USE_EGL
|
||||
# include <gst/vaapi/gstvaapidisplay_egl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_VA_VA_GLX_H
|
||||
# include <va/va_glx.h>
|
||||
|
|
|
@ -37,6 +37,10 @@
|
|||
# include <gst/vaapi/gstvaapidisplay_wayland.h>
|
||||
# include <gst/vaapi/gstvaapiwindow_wayland.h>
|
||||
#endif
|
||||
#if USE_EGL
|
||||
# include <gst/vaapi/gstvaapidisplay_egl.h>
|
||||
# include <gst/vaapi/gstvaapiwindow_egl.h>
|
||||
#endif
|
||||
#include "image.h"
|
||||
|
||||
static inline void
|
||||
|
|
Loading…
Reference in a new issue