mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
vaapiplugin: fix build when compiling without GLX.
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
86b02639ee
commit
e0fac751f6
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef USE_VAAPI_GLX
|
||||
#if USE_VAAPI_GLX
|
||||
#include <gst/vaapi/gstvaapidisplay_glx.h>
|
||||
#else
|
||||
#include <gst/vaapi/gstvaapidisplay_x11.h>
|
||||
|
|
Loading…
Reference in a new issue