]> git.sesse.net Git - vlc/blobdiff - modules/services_discovery/podcast.c
We also want to activate AMR-WB. More to come within the next few days.
[vlc] / modules / services_discovery / podcast.c
index c3d7e636ae8ea81a198ef8a9bcdebf12ccff20a9..63993e904b091262ddb7687604b7fa6096a725b8 100644 (file)
@@ -29,7 +29,8 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 #include <vlc_playlist.h>
 #include <vlc_network.h>
 
@@ -60,7 +61,7 @@ static void Close( vlc_object_t * );
 
 vlc_module_begin();
     set_shortname( "Podcast");
-    set_description( _("Podcasts") );
+    set_description( N_("Podcasts") );
     set_category( CAT_PLAYLIST );
     set_subcategory( SUBCAT_PLAYLIST_SD );