[mythtv-commits] Ticket #2195: libdts compile problem on amd64

MythTV mythtv at cvs.mythtv.org
Fri Aug 18 12:29:34 UTC 2006


#2195: libdts compile problem on amd64
--------------------------------+-------------------------------------------
 Reporter:  devel at mrwire.co.uk  |        Owner:  ijr
     Type:  defect              |       Status:  new
 Priority:  minor               |    Milestone:     
Component:  mythtv              |      Version:     
 Severity:  low                 |   Resolution:     
--------------------------------+-------------------------------------------
Comment (by mikemiron at tochka.ru):

 More simple fix:
 change
 {{{libs/libavcodec/libavcodec.pro}}} from
 {{{
 contains( CONFIG_DTS, yes ) {
     SOURCES += dtsdec.c
     LIBS += -ldts
 }
 }}}
 to
 {{{
 contains( CONFIG_DTS, yes ) {
     SOURCES += dtsdec.c
     LIBS += -ldts_pic
 }
 }}}
 It done in package creation scripts on Debian. Just use packages.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2195#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list