diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-12 06:33:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-12 06:33:38 +0800 |
commit | 7769fc7f711914bf39da935fd30775b154cc6717 (patch) | |
tree | 58a4410a19246123186c19fb49da023a328df683 /multimedia/gstreamer-plugins | |
parent | 584022a4cea769a7f0822ba158764afc492239d7 (diff) | |
download | marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.tar marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.tar.gz marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.tar.bz2 marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.tar.lz marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.tar.xz marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.tar.zst marcuscom-ports-7769fc7f711914bf39da935fd30775b154cc6717.zip |
Add patch forgotten in the latest commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@284 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-gst_udp_gstudpsrc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins/files/patch-gst_udp_gstudpsrc.h b/multimedia/gstreamer-plugins/files/patch-gst_udp_gstudpsrc.h new file mode 100644 index 000000000..af26ec157 --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-gst_udp_gstudpsrc.h @@ -0,0 +1,10 @@ +--- gst/udp/gstudpsrc.h.orig Wed Dec 11 13:49:50 2002 ++++ gst/udp/gstudpsrc.h Wed Dec 11 13:50:00 2002 +@@ -33,6 +33,7 @@ + #include <sys/types.h> + #include <netdb.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <fcntl.h> + #include "gstudp.h" + |