From c311521229abb1704497a496f5448ff3227de055 Mon Sep 17 00:00:00 2001 From: Konstanty Date: Mon, 3 May 2010 21:42:39 +1000 Subject: [PATCH] The upnp module is called upnp_intel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --00148536e60e0cebb80485af170d Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Rémi Denis-Courmont --- modules/services_discovery/upnp_intel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services_discovery/upnp_intel.cpp b/modules/services_discovery/upnp_intel.cpp index f7fc471811..6673244109 100644 --- a/modules/services_discovery/upnp_intel.cpp +++ b/modules/services_discovery/upnp_intel.cpp @@ -55,7 +55,7 @@ struct services_discovery_sys_t // VLC callback prototypes static int Open( vlc_object_t* ); static void Close( vlc_object_t* ); -VLC_SD_PROBE_HELPER("upnp", "Universal Plug'n'Play", SD_CAT_LAN) +VLC_SD_PROBE_HELPER("upnp_intel", "Universal Plug'n'Play", SD_CAT_LAN) // Module descriptor -- 2.39.2