mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
update fluidsynth to 2.1.5
This commit is contained in:
parent
ecdfe12c25
commit
13829c7f90
3 changed files with 3 additions and 3 deletions
2
deps/fluidsynth/include/fluidsynth/event.h
vendored
2
deps/fluidsynth/include/fluidsynth/event.h
vendored
|
@ -111,7 +111,7 @@ FLUIDSYNTH_API void fluid_event_system_reset(fluid_event_t *evt);
|
||||||
|
|
||||||
|
|
||||||
/* Only for removing events */
|
/* Only for removing events */
|
||||||
FLUIDSYNTH_API void fluid_event_any_control_change(fluid_event_t *evt, int channel);
|
FLUID_DEPRECATED FLUIDSYNTH_API void fluid_event_any_control_change(fluid_event_t *evt, int channel);
|
||||||
|
|
||||||
/* Only when unregistering clients */
|
/* Only when unregistering clients */
|
||||||
FLUIDSYNTH_API void fluid_event_unregistering(fluid_event_t *evt);
|
FLUIDSYNTH_API void fluid_event_unregistering(fluid_event_t *evt);
|
||||||
|
|
4
deps/fluidsynth/include/fluidsynth/version.h
vendored
4
deps/fluidsynth/include/fluidsynth/version.h
vendored
|
@ -31,10 +31,10 @@ extern "C" {
|
||||||
* @brief Library version functions and defines
|
* @brief Library version functions and defines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define FLUIDSYNTH_VERSION "2.1.4" /**< String constant of libfluidsynth version. */
|
#define FLUIDSYNTH_VERSION "2.1.5" /**< String constant of libfluidsynth version. */
|
||||||
#define FLUIDSYNTH_VERSION_MAJOR 2 /**< libfluidsynth major version integer constant. */
|
#define FLUIDSYNTH_VERSION_MAJOR 2 /**< libfluidsynth major version integer constant. */
|
||||||
#define FLUIDSYNTH_VERSION_MINOR 1 /**< libfluidsynth minor version integer constant. */
|
#define FLUIDSYNTH_VERSION_MINOR 1 /**< libfluidsynth minor version integer constant. */
|
||||||
#define FLUIDSYNTH_VERSION_MICRO 4 /**< libfluidsynth micro version integer constant. */
|
#define FLUIDSYNTH_VERSION_MICRO 5 /**< libfluidsynth micro version integer constant. */
|
||||||
|
|
||||||
FLUIDSYNTH_API void fluid_version(int *major, int *minor, int *micro);
|
FLUIDSYNTH_API void fluid_version(int *major, int *minor, int *micro);
|
||||||
FLUIDSYNTH_API char* fluid_version_str(void);
|
FLUIDSYNTH_API char* fluid_version_str(void);
|
||||||
|
|
BIN
deps/fluidsynth/lib/libfluidsynth.a
vendored
BIN
deps/fluidsynth/lib/libfluidsynth.a
vendored
Binary file not shown.
Loading…
Reference in a new issue