Using the HAVE_XSHM of config.h

Original commit message from CVS:
Using the HAVE_XSHM of config.h
This commit is contained in:
Julien Moutte 2003-11-27 16:10:01 +00:00
parent 7e11de332c
commit 823b392520
2 changed files with 0 additions and 8 deletions

View file

@ -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>

View file

@ -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>