]> git.sesse.net Git - vlc/blobdiff - modules/demux/rawdv.c
macosx: Fix controller playlist toggling to use the contentRect and not the window...
[vlc] / modules / demux / rawdv.c
index 6943e617db11ff3350ec61a61cfc976fb58f8ccb..627220aee6f157175939ddaa62a21ddbdf82e485 100644 (file)
@@ -30,7 +30,8 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 #include <vlc_demux.h>
 
 /*****************************************************************************
@@ -45,7 +46,7 @@ static void Close( vlc_object_t * );
 
 vlc_module_begin();
     set_shortname( "DV" );
-    set_description( _("DV (Digital Video) demuxer") );
+    set_description( N_("DV (Digital Video) demuxer") );
     set_capability( "demux", 3 );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_DEMUX );