mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +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
|
#define GST_VAAPI_UTILS_H
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <glib/gtypes.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#ifdef GST_VAAPI_USE_OLD_VAAPI_0_29
|
#ifdef GST_VAAPI_USE_OLD_VAAPI_0_29
|
||||||
# include <va.h>
|
# include <va.h>
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#include <GL/glext.h>
|
#include <GL/glext.h>
|
||||||
#include <GL/glx.h>
|
#include <GL/glx.h>
|
||||||
#include <GL/glxext.h>
|
#include <GL/glxext.h>
|
||||||
#include <glib/gtypes.h>
|
#include <glib.h>
|
||||||
|
|
||||||
#if GLX_GLXEXT_VERSION < 18
|
#if GLX_GLXEXT_VERSION < 18
|
||||||
typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *);
|
typedef void (*PFNGLXBINDTEXIMAGEEXTPROC)(Display *, GLXDrawable, int, const int *);
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <glib/gtypes.h>
|
#include <glib.h>
|
||||||
|
|
||||||
void x11_trap_errors(void)
|
void x11_trap_errors(void)
|
||||||
attribute_hidden;
|
attribute_hidden;
|
||||||
|
|
Loading…
Reference in a new issue