diff options
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c')
-rw-r--r-- | multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c b/multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c new file mode 100644 index 000000000..8f6af77b8 --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-sys_xvideo_gstxvimage.c @@ -0,0 +1,10 @@ +--- sys/xvideo/gstxvimage.c.orig Fri Jul 25 15:29:21 2003 ++++ sys/xvideo/gstxvimage.c Fri Nov 14 16:27:24 2003 +@@ -42,6 +42,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <machine/param.h> + #include <sys/types.h> + + #if defined (HAVE_IPC_H) && defined (HAVE_SHM_H) && defined (HAVE_XSHM_H) |