]> git.sesse.net Git - vlc/blobdiff - modules/access/eyetv.m
jvlc: wait for correct player status before releasing libvlc
[vlc] / modules / access / eyetv.m
index 5694509ed659b18aad466f9386b9009bb9c9ac88..9d57c9ffc986e64c47eeafdf1b293cab5f656e0b 100644 (file)
@@ -29,7 +29,8 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 #include <vlc_access.h>
 
 #include <vlc_network.h>
@@ -56,7 +57,7 @@ static void Close( vlc_object_t * );
     "-1 for S-Video input, -2 for Composite input" )
 vlc_module_begin();
     set_shortname( "EyeTV" );
-    set_description( _("EyeTV access module") );
+    set_description( N_("EyeTV access module") );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );