summaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-27 06:11:11 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-06-27 06:11:11 +0000
commitdb1a00ca7b140dc164b39c095e0b6d1cff94d123 (patch)
tree5ebff39e13bead4b102fdfd501c85fdbfdbed25e /multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
parentUpdate to 1.9. (diff)
Update to 0.8.2, and add support for the DTS decoder. The full list of changes
in this version can be found at http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.2.html Approved by: maintainer (implicit)
Notes
Notes: svn path=/head/; revision=112352
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h b/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
new file mode 100644
index 000000000000..9d4414eb68dd
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-gst_tcp_gsttcpclientsrc.h
@@ -0,0 +1,11 @@
+--- gst/tcp/gsttcpclientsrc.h.orig Wed Jun 23 23:44:07 2004
++++ gst/tcp/gsttcpclientsrc.h Wed Jun 23 23:44:26 2004
+@@ -29,6 +29,8 @@
+ #endif /* __cplusplus */
+
+ #include <netdb.h> /* sockaddr_in */
++#include <sys/types.h>
++#include <sys/socket.h>
+ #include <netinet/in.h> /* sockaddr_in */
+ #include <unistd.h>
+ #include "gsttcp.h"