[mythtv-commits] Ticket #6475: Add version check for PulseAudio

MythTV mythtv at cvs.mythtv.org
Mon Apr 20 00:00:12 UTC 2009


#6475: Add version check for PulseAudio
----------------------------------------------+-----------------------------
 Reporter:  sphery <mtdean at thirdcontact.com>  |       Owner:  ijr    
     Type:  patch                             |      Status:  new    
 Priority:  minor                             |   Milestone:  unknown
Component:  MythTV - General                  |     Version:  head   
 Severity:  medium                            |     Mlocked:  0      
----------------------------------------------+-----------------------------
 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).

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6475>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list