[AD] PulseAudio on Ubuntu |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: [AD] PulseAudio on Ubuntu
- From: Matthew Leverton <meffer@xxxxxxxxxx>
- Date: Mon, 12 Oct 2009 12:50:58 -0500
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)
I think Elias added that code. So I suggest that either the code is
rewritten to work with the older API (I won't do that) or that the
auto-detection code is conditionally compiled (I could do that).
--
Matthew Leverton