rtsp: fix compilation on windows.

Remove unused variable when building for windows.
Fixes #574443.
This commit is contained in:
LRN 2009-03-08 18:17:48 +01:00 committed by Wim Taymans
parent 01c171de10
commit eb3ff95a3a

View file

@ -740,9 +740,6 @@ gst_rtsp_connection_connect (GstRTSPConnection * conn, GTimeVal * timeout)
const gchar *ip;
guint16 port;
GstRTSPUrl *url;
#ifdef G_OS_WIN32
unsigned long flags = 1;
#endif /* G_OS_WIN32 */
g_return_val_if_fail (conn != NULL, GST_RTSP_EINVAL);
g_return_val_if_fail (conn->url != NULL, GST_RTSP_EINVAL);