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

Matthew Wire devel at mrwire.co.uk
Fri Aug 18 13:05:00 UTC 2006


On Fri, 2006-08-18 at 12:29 +0000, MythTV wrote:
> #2195: libdts compile problem on amd64

> 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>
Thanks for that.
Actually I've been packaging my own versions of latest myth svn.  I
based the packaging scripts on the ubuntu/debian scripts for 0.18 by
Matt Zimmerman.  This change does not seem to be done as far as I can
see and (I think) the distro packages are compiled without dts support.
I will contact the maintainers about this.

Thankyou,
Matthew Wire



More information about the mythtv-dev mailing list