mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
Using the HAVE_XSHM of config.h
Original commit message from CVS: Using the HAVE_XSHM of config.h
This commit is contained in:
parent
7e11de332c
commit
823b392520
2 changed files with 0 additions and 8 deletions
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include <gst/video/gstvideosink.h>
|
||||
|
||||
/* FIXME : We should have a configure test for shm support */
|
||||
#define HAVE_XSHM
|
||||
|
||||
#ifdef HAVE_XSHM
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
|
||||
#include <gst/video/gstvideosink.h>
|
||||
|
||||
/* FIXME : We should have a configure test for shm support */
|
||||
#define HAVE_XSHM
|
||||
|
||||
#ifdef HAVE_XSHM
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
|
@ -40,8 +37,6 @@
|
|||
#include <X11/extensions/Xv.h>
|
||||
#include <X11/extensions/Xvlib.h>
|
||||
|
||||
|
||||
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue