projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2ff28
)
udpsrc: fix build on win32
author
Tim-Philipp Müller
<tim@centricular.net>
Thu, 5 Sep 2013 18:46:37 +0000
(19:46 +0100)
committer
Tim-Philipp Müller
<tim@centricular.net>
Thu, 5 Sep 2013 18:46:37 +0000
(19:46 +0100)
gstudpsrc.c:855:15: error: #if with no expression
gst/udp/gstudpsrc.c
patch
|
blob
|
history
diff --git
a/gst/udp/gstudpsrc.c
b/gst/udp/gstudpsrc.c
index 8cb4b09214be387422560a05a73d389b3c63e634..922e381d887663b9f33a4226dae014126d0d3601 100644
(file)
--- a/
gst/udp/gstudpsrc.c
+++ b/
gst/udp/gstudpsrc.c
@@
-852,7
+852,7
@@
gst_udpsrc_start (GstBaseSrc * bsrc)
* on the same port but for different addresses than the multicast
* address
*/
-#if G_OS_WIN32
+#if
def
G_OS_WIN32
if (g_inet_address_get_is_multicast (addr))
bind_addr = g_inet_address_new_any (g_inet_address_get_family (addr));
else