From 8201ab92ad1f8fbf3e9a56bbb18c8658cb245575 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 3 Jul 2008 19:27:53 +0000 Subject: 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 * configure.ac: Fix build of the RTP plugin with mingw32 by linking to ws2_32 for htons() and htonl(). Fixes bug #541412. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8c727096..99c487eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-07-03 Sebastian Dröge + + Patch by: Damien Lespiau + + * 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 * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init), -- cgit