]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / services_discovery / podcast.c
index a75f7131eb722f7364a324a24c0a40b841233632..6285b52389243a442c998f1caf0e2ac1ab1f03e6 100644 (file)
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <vlc_playlist.h>
 #include <vlc_services_discovery.h>
 
 #include <vlc_network.h>
 #include <assert.h>
 
-#include <errno.h>                                                 /* ENOMEM */
-
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 
 /************************************************************************
  * Macros and definitions
@@ -58,7 +52,7 @@
 static int  Open ( vlc_object_t * );
 static void Close( vlc_object_t * );
 
-VLC_SD_PROBE_HELPER("podcast", N_("Podcasts"))
+VLC_SD_PROBE_HELPER("podcast", "Podcasts", SD_CAT_INTERNET)
 
 #define URLS_TEXT N_("Podcast URLs list")
 #define URLS_LONGTEXT N_("Enter the list of podcasts to retrieve, " \