Using the HAVE_XSHM of config.h
authorJulien Moutte <julien@moutte.net>
Thu, 27 Nov 2003 16:10:01 +0000 (16:10 +0000)
committerJulien Moutte <julien@moutte.net>
Thu, 27 Nov 2003 16:10:01 +0000 (16:10 +0000)
Original commit message from CVS:
Using the HAVE_XSHM of config.h

sys/ximage/ximagesink.h
sys/xvimage/xvimagesink.h

index 5013c5f..becd234 100644 (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>
index 7adc850..62a1043 100644 (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>