[mythtv-commits] Ticket #1310: aRts detection problem - don't try to be smarter than library author is

MythTV mythtv at cvs.mythtv.org
Fri Feb 17 09:23:01 UTC 2006


#1310: aRts detection problem - don't try to be smarter than library author is
---------------------------------------+------------------------------------
 Reporter:  Cougar <cougar at random.ee>  |       Owner:  ijr 
     Type:  defect                     |      Status:  new 
 Priority:  minor                      |   Milestone:      
Component:  mythtv                     |     Version:  head
 Severity:  medium                     |  
---------------------------------------+------------------------------------
 Hello,

 In configure script is some sort of hack that right now breaks aRts
 detection (SuSE 10.0). artsc-config outputs right compiler flags but this
 hack breaks one. In configure script is include path replacement code that
 should be removed IMHO.

 {{{
 audio_arts_tmp=`artsc-config --cflags`
 audio_arts_cflags=`echo $audio_arts_tmp | sed
 "s/include\/artsc/include/g"`
 }}}

 Also attached patch to fix it. If sombody really needs this I suggest to
 use both $audio_arts_tmp and $audio_arts_cflags flags together.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1310>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list