]> git.sesse.net Git - vlc/blobdiff - modules/codec/fluidsynth.c
Finish compilation of FluidSynth on Windows.
[vlc] / modules / codec / fluidsynth.c
index 74c44fa3ee7c54d5f42ae110ff546d2139636261..da77b32117ba111d985e1df9fca3076130c9feae 100644 (file)
 #include <vlc_aout.h>
 #include <vlc_codec.h>
 
+/* On Win32, we link statically */
+#ifdef WIN32
+# define FLUIDSYNTH_NOT_A_DLL
+#endif
+
 #include <fluidsynth.h>
 
 #define SOUNDFONT_TEXT N_("Sound fonts (required)")