summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2008-07-03 19:27:53 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-07-03 19:27:53 +0000
commit8201ab92ad1f8fbf3e9a56bbb18c8658cb245575 (patch)
tree8bb2279a9301c160c2c093d1edf61d282222e027 /ChangeLog
parent33e0d064a5c223bc4c39e7861e22c77e2b0da5fd (diff)
configure.ac: Fix build of the RTP plugin with mingw32 by linking to ws2_32 for htons() and htonl(). Fixes bug #541412.
Original commit message from CVS: Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * configure.ac: Fix build of the RTP plugin with mingw32 by linking to ws2_32 for htons() and htonl(). Fixes bug #541412.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c727096..99c487eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-03 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
+
+ * configure.ac:
+ Fix build of the RTP plugin with mingw32 by linking to ws2_32
+ for htons() and htonl(). Fixes bug #541412.
+
2008-07-02 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),