pulseaudio: Added typedef needed for compat with ancient Pulse installs.
parent
f24551f6d1
commit
a2c5dc6507
|
@ -35,6 +35,10 @@
|
|||
#include "SDL_pulseaudio.h"
|
||||
#include "../../thread/SDL_systhread.h"
|
||||
|
||||
#if (PA_PROTOCOL_VERSION < 28)
|
||||
typedef void (*pa_operation_notify_cb_t) (pa_operation *o, void *userdata);
|
||||
#endif
|
||||
|
||||
/* should we include monitors in the device list? Set at SDL_Init time */
|
||||
static SDL_bool include_monitors = SDL_FALSE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue