Opened 12 years ago
Closed 12 years ago
#6475 closed patch (fixed)
Add version check for PulseAudio
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The new PulseAudio code uses pa_context_suspend_source_by_index() and pa_context_suspend_sink_by_index() which were added to Pulse in version 0.9.7. The attached patch simply adds a version check to ensure that audio_pulse is only enabled if the system Pulse version is at least 0.9.7.
Note that unlike some of our other pkg-config checks (but also like some of them--including the libav* ones), the check does not include a check for the existence of pkg-config (using "which", which, itself may not be installed on the system).
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | mythtv-configure-pulseaudio_version_check.patch added |
---|
Note: See
TracTickets for help on using
tickets.
Adds PulseAudio? version check.