[mythtv] Ticket #2195: libdts compile problem on amd64
Mike Mironov
mikemiron at tochka.ru
Fri Aug 18 13:31:13 UTC 2006
Matthew Wire wrote:
> 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
Try to use packages and scripts from Christian Marillat for 0.19. See
http://www.debian-multimedia.org
-- Mike Mironov
More information about the mythtv-dev
mailing list