]> git.sesse.net Git - vlc/blobdiff - modules/audio_output/hd1000a.cpp
Qt4 menus: start fixing ticket 1602
[vlc] / modules / audio_output / hd1000a.cpp
index 6f051950c51967ae544cd845cadf5e4ee15fa271..5e81ae742647d365cacc65f891306f60320cbd4a 100644 (file)
@@ -32,7 +32,7 @@ extern "C"
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_aout.h>
 
@@ -76,7 +76,7 @@ static void    InterleaveS16( int16_t *, int16_t * );
  *****************************************************************************/
 vlc_module_begin();
     set_shortname( "Roku HD1000" );
-    set_description( _("Roku HD1000 audio output") );
+    set_description( N_("Roku HD1000 audio output") );
     set_capability( "audio output", 100 );
     set_category( CAT_AUDIO );
     set_subcategory( SUBCAT_AUDIO_AOUT );