diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-13 19:40:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-13 19:40:48 +0000 |
commit | 7724fdde0012b95d3be13490410919dc67da31dc (patch) | |
tree | 9950f99cd4bd82d8538e3674bef901e5de7db4af /multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c | |
parent | - Update to version 1.17 (diff) |
Update to 0.6.4.
Diffstat (limited to 'multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c b/multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c new file mode 100644 index 000000000000..274283fb0939 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-sys_xvideo_gstxvimage.c @@ -0,0 +1,12 @@ +--- sys/xvideo/gstxvimage.c.orig Mon Oct 13 15:28:54 2003 ++++ sys/xvideo/gstxvimage.c Mon Oct 13 15:29:24 2003 +@@ -20,6 +20,9 @@ + #include "config.h" + + #include <errno.h> ++#include <machine/param.h> ++#include <sys/types.h> ++#include <sys/ipc.h> + #include <sys/shm.h> /* for SHM symbols */ + #include <gst/gst.h> + /* gcc -ansi -pedantic on GNU/Linux causes warnings and errors |