]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
XCB SD: allow running even if there is no ICCCM window manager
[vlc] / modules / services_discovery / podcast.c
index 19c4a67ee6f66f195cc82d247edc473ee224e6be..6c4584134c60a1f0baeb83992575ab1b3739ae93 100644 (file)
@@ -40,9 +40,6 @@
 #ifdef HAVE_UNISTD_H
 #    include <unistd.h>
 #endif
-#ifdef HAVE_SYS_TIME_H
-#    include <sys/time.h>
-#endif
 
 /************************************************************************
  * Macros and definitions
@@ -56,7 +53,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, " \