]> git.sesse.net Git - vlc/blobdiff - modules/access/jack.c
Remove unneeded msg_Error.
[vlc] / modules / access / jack.c
index ee3f560cc80b3035dba06a29aa39e50615e89ebf..b71745b20b58ca7aa8b434e431fc94eb80a9f02a 100644 (file)
@@ -37,7 +37,8 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 #include <vlc_input.h>
 #include <vlc_demux.h>
 #include <vlc_vout.h>
@@ -70,9 +71,9 @@ static void Close( vlc_object_t * );
     "Automatically connect VLC input ports to available output ports." )
 
 vlc_module_begin();
-     set_description( _("JACK audio input") );
+     set_description( N_("JACK audio input") );
      set_capability( "access_demux", 0 );
-     set_shortname( _( "JACK Input" ) );
+     set_shortname( N_( "JACK Input" ) );
      set_category( CAT_INPUT );
      set_subcategory( SUBCAT_INPUT_ACCESS );