mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
Original commit message from CVS: * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268) * sys/xvimage/xvimagesink.h: same
This commit is contained in:
parent
f9e831a09b
commit
4bdad4d6a9
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-04-16 David Schleef <ds@schleef.org>
|
||||
|
||||
* sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
|
||||
* sys/xvimage/xvimagesink.h: same
|
||||
|
||||
2004-04-16 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <gst/video/videosink.h>
|
||||
|
||||
#ifdef HAVE_XSHM
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#endif /* HAVE_XSHM */
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include <gst/video/videosink.h>
|
||||
|
||||
#ifdef HAVE_XSHM
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#endif /* HAVE_XSHM */
|
||||
|
|
Loading…
Reference in a new issue