mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtsp: fix compilation on windows.
Remove unused variable when building for windows. Fixes #574443.
This commit is contained in:
parent
01c171de10
commit
eb3ff95a3a
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue