mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Fix compilation error if there is no GL/gl.h header file installed
This commit is contained in:
parent
da6b88692f
commit
b328e880fe
1 changed files with 1 additions and 1 deletions
|
@ -25,11 +25,11 @@
|
|||
*/
|
||||
|
||||
#include "gst/vaapi/sysdeps.h"
|
||||
#include <GL/gl.h>
|
||||
#include "gstvaapivideometa.h"
|
||||
#include "gstvaapipluginutil.h"
|
||||
|
||||
#if USE_GLX
|
||||
#include <GL/gl.h>
|
||||
#include <gst/vaapi/gstvaapitexture_glx.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue