Check if pulse driver is installed and enabled.

This commit is contained in:
carlo-bramini 2017-11-12 14:56:57 +01:00
parent 3fb1bf8d5c
commit f9ca336a2d

View file

@ -30,6 +30,8 @@
#include "config.h"
#if PULSE_SUPPORT
#include <pulse/simple.h>
#include <pulse/error.h>
@ -282,3 +284,6 @@ fluid_pulse_audio_run2(void* d)
return FLUID_THREAD_RETURN_VALUE;
}
#endif /* PULSE_SUPPORT */