]> git.sesse.net Git - vlc/blobdiff - modules/codec/fluidsynth.c
Plugins: include vlc_common.h directly instead of vlc/vlc.h
[vlc] / modules / codec / fluidsynth.c
index 207d5c62e2721f1396e5592fed2f6c3c8f9cd51e..07648b7b660c086ac3f7e872711362971e61ca88 100644 (file)
@@ -23,7 +23,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_aout.h>
 #include <vlc_codec.h>
@@ -38,7 +38,7 @@ static int  Open  (vlc_object_t *);
 static void Close (vlc_object_t *);
 
 vlc_module_begin();
-    set_description (_("FluidSynth MIDI synthetizer"));
+    set_description (N_("FluidSynth MIDI synthetizer"));
     set_capability ("decoder", 100);
     set_category (CAT_INPUT);
     set_subcategory (SUBCAT_INPUT_ACODEC);