]> git.sesse.net Git - vlc/blobdiff - modules/access/eyetv.m
Fix potential memleak.
[vlc] / modules / access / eyetv.m
index 3d984430d11e6f6a14535c108a1412961a23f6ba..9d57c9ffc986e64c47eeafdf1b293cab5f656e0b 100644 (file)
@@ -29,7 +29,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_access.h>
 
@@ -57,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 );