[vlc-devel] commit: podcast: probing support ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Dec 21 20:46:04 CET 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Dec 21 20:20:09 2009 +0200| [3658cf84ff5d513b6d4898711e4069bba93bf312] | committer: Rémi Denis-Courmont
podcast: probing support
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3658cf84ff5d513b6d4898711e4069bba93bf312
---
modules/services_discovery/podcast.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/modules/services_discovery/podcast.c b/modules/services_discovery/podcast.c
index 17f9af4..a75f713 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 ()
More information about the vlc-devel
mailing list