diff --git a/fluidsynth/include/fluidsynth.h b/fluidsynth/include/fluidsynth.h index 023f052e..36de3a37 100644 --- a/fluidsynth/include/fluidsynth.h +++ b/fluidsynth/include/fluidsynth.h @@ -39,8 +39,6 @@ extern "C" { #elif defined(MACOS9) #define FLUIDSYNTH_API __declspec(export) -#elif defined(__GNUC__) -#define FLUIDSYNTH_API __attribute__ ((visibility ("default"))) #else #define FLUIDSYNTH_API #endif diff --git a/fluidsynth/include/fluidsynth/audio.h b/fluidsynth/include/fluidsynth/audio.h index bf024d03..014daf43 100644 --- a/fluidsynth/include/fluidsynth/audio.h +++ b/fluidsynth/include/fluidsynth/audio.h @@ -67,7 +67,6 @@ FLUIDSYNTH_API void delete_fluid_audio_driver(fluid_audio_driver_t* driver); FLUIDSYNTH_API fluid_file_renderer_t *new_fluid_file_renderer(fluid_synth_t* synth); FLUIDSYNTH_API int fluid_file_renderer_process_block(fluid_file_renderer_t* dev); FLUIDSYNTH_API void delete_fluid_file_renderer(fluid_file_renderer_t* dev); -FLUIDSYNTH_API int fluid_file_set_encoding_quality(fluid_file_renderer_t* dev, double q); #ifdef __cplusplus } diff --git a/fluidsynth/lib/libfluidsynth.a b/fluidsynth/lib/libfluidsynth.a index 37bb470c..d15e1c0d 100644 Binary files a/fluidsynth/lib/libfluidsynth.a and b/fluidsynth/lib/libfluidsynth.a differ