Re: [AD] PulseAudio on Ubuntu |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On Monday 12 October 2009 10:50:58 am Matthew Leverton wrote:
> The PulseAudio code breaks whatever version of Ubuntu I have since
> it's using an older API. It's the auto-detection of an available
> server that causes it to break:
>
> pulseaudio.c:49: error: âpa_sink_state_tâ undeclared (first use in
> this function)
FWIW, you can pass the PA_CONTEXT_NOAUTOSPAWN flag to pa_context_connect so
that it will fail if a server isn't running. If that's what you need it for,
the flag may be a more compatible option.