summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-03-17 15:33:08 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-03-17 15:33:08 +0000
commit33daa1ef853f40975b45a7a88d26416373e0ed26 (patch)
tree83177549750172b02d3755b34ce624f9a2fcfa4f /ChangeLog
parentff2c5fd49cc302de2f2732b91768cd2c2e5f199a (diff)
configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other systems that don't have <sys/socket.h> for...
Original commit message from CVS: * configure.ac: Don't compile udp and rtsp plugins on win32 (mingw) or other systems that don't have <sys/socket.h> for some reason (#316203).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b3504b7..ac35318a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Don't compile udp and rtsp plugins on win32 (mingw) or other
+ systems that don't have <sys/socket.h> for some reason (#316203).
+
2006-03-16 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/raw1394/gstdv1394src.c: (gst_dv1394src_bus_reset),