diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-06-03 15:40:17 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-06-03 15:40:17 +0000 |
commit | ebcdc66a8015e3acadbfa8f32c79e157205c30ea (patch) | |
tree | c3ff1d38e162be43c30c04f99db9467154c18968 /multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c | |
parent | - Update to 0.16 (diff) |
Fix the build of gstreamer-plugins and the cdparanoia plugin on 4.x.
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=136734
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c')
-rw-r--r-- | multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c b/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c new file mode 100644 index 000000000000..e83f136502cf --- /dev/null +++ b/multimedia/gstreamer-plugins80/files/patch-gst_librfb_gstrfbsrc.c @@ -0,0 +1,10 @@ +--- gst/librfb/gstrfbsrc.c.orig Fri Jun 3 06:06:43 2005 ++++ gst/librfb/gstrfbsrc.c Fri Jun 3 06:08:21 2005 +@@ -28,6 +28,7 @@ + #include <string.h> + #include <stdlib.h> + #include <unistd.h> ++#include <sys/time.h> + + #include <librfb/rfb.h> + |