mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
glib: fix includes.
This commit is contained in:
parent
5cc357f88a
commit
a698766a8b
3 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
#define GST_VAAPI_UTILS_H
|
||||
|
||||
#include "config.h"
|
||||
#include <glib/gtypes.h>
|
||||
#include <glib.h>
|
||||
|
||||
#ifdef GST_VAAPI_USE_OLD_VAAPI_0_29
|
||||
# include <va.h>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <GL/glext.h>
|
||||
#include <GL/glx.h>
|
||||
#include <GL/glxext.h>
|
||||
#include <glib/gtypes.h>
|
||||
#include <glib.h>
|
||||
|
||||
#if GLX_GLXEXT_VERSION < 18
|
||||
typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *);
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include <X11/Xlib.h>
|
||||
#include <glib/gtypes.h>
|
||||
#include <glib.h>
|
||||
|
||||
void x11_trap_errors(void)
|
||||
attribute_hidden;
|
||||
|
|
Loading…
Reference in a new issue