From 3658cf84ff5d513b6d4898711e4069bba93bf312 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 21 Dec 2009 20:20:09 +0200 Subject: [PATCH] podcast: probing support --- modules/services_discovery/podcast.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c index 17f9af4fd0..a75f7131eb 100644 --- a/modules/services_discovery/podcast.c +++ b/modules/services_discovery/podcast.c @@ -58,6 +58,8 @@ static int Open ( vlc_object_t * ); static void Close( vlc_object_t * ); +VLC_SD_PROBE_HELPER("podcast", N_("Podcasts")) + #define URLS_TEXT N_("Podcast URLs list") #define URLS_LONGTEXT N_("Enter the list of podcasts to retrieve, " \ "separated by '|' (pipe)." ) @@ -75,6 +77,8 @@ vlc_module_begin () set_capability( "services_discovery", 0 ) set_callbacks( Open, Close ) + VLC_SD_PROBE_SUBMODULE + vlc_module_end () -- 2.39.5