From 7b405d88d315db33572b8020b60120b89b0cff70 Mon Sep 17 00:00:00 2001 From: Joni Valtanen Date: Tue, 20 Jun 2006 10:31:41 +0000 Subject: gst/rtsp/rtspconnection.c: Make RTSP plugin compile on windows. Fixes #345301. Original commit message from CVS: Patch by: Joni Valtanen * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send), (rtsp_connection_close): Make RTSP plugin compile on windows. Fixes #345301. Some changes to original patch to catch errors better. use ifdef WIN32 instead of ifndef. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95858795..bdc17750 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-06-20 Wim Taymans + + Patch by: Joni Valtanen + + * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send), + (rtsp_connection_close): + Make RTSP plugin compile on windows. Fixes #345301. + Some changes to original patch to catch errors better. + use ifdef WIN32 instead of ifndef. + 2006-06-19 Zaheer Abbas Merali * configure.ac: -- cgit