mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
Remove redundant check on HAVE_LASH (#587)
This commit is contained in:
parent
5fbddcecc3
commit
47e6cdaf50
1 changed files with 1 additions and 5 deletions
|
@ -22,22 +22,18 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#if defined(HAVE_LASH)
|
||||
#ifdef HAVE_LASH
|
||||
|
||||
#include "fluid_synth.h"
|
||||
|
||||
#define LASH_ENABLED 1
|
||||
|
||||
#ifdef HAVE_LASH
|
||||
|
||||
#include <lash/lash.h>
|
||||
extern lash_client_t *fluid_lash_client;
|
||||
#define fluid_lash_args_t lash_args_t
|
||||
#define fluid_lash_alsa_client_id lash_alsa_client_id
|
||||
#define fluid_lash_jack_client_name lash_jack_client_name
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
FLUIDSYNTH_API fluid_lash_args_t *fluid_lash_extract_args(int *pargc, char ***pargv);
|
||||
FLUIDSYNTH_API int fluid_lash_connect(fluid_lash_args_t *args);
|
||||
|
|
Loading…
Reference in a new issue