rtsp: fix compilation on windows.
Remove unused variable when building for windows. Fixes #574443.
This commit is contained in:
parent
01c171de10
commit
eb3ff95a3a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user