Commit 0e9751c7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

UPnP: don't use UPnPInit2 on Win32

parent 95a8a7f8
......@@ -110,7 +110,7 @@ static int Open( vlc_object_t *p_this )
if( !( p_sd->p_sys = p_sys ) )
return VLC_ENOMEM;
#ifdef UPNP_ENABLE_IPV6
#if defined( UPNP_ENABLE_IPV6 ) && !defined(_WIN32)
char* psz_miface;
psz_miface = var_InheritString( p_sd, "miface" );
msg_Info( p_sd, "Initializing libupnp on '%s' interface", psz_miface );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment