[mythtv] Shoutcast patch ; updated for svn 16284.

Zdzislaw Gorlicki zdzisekg at comcast.net
Fri Feb 29 04:11:09 UTC 2008


Eskil Heyn Olsen wrote:
> On Thu, 2008-02-28 at 21:59 -0600, Zdzislaw Gorlicki wrote:
>
>   
>> musicplayer.cpp
>> musicplayer.cpp: In member function âvoid 
>> MusicPlayer::setListener(QObject*)â:
>> musicplayer.cpp:156: error: cast from âQObject*â to âunsigned intâ loses 
>> precision
>> make[2]: *** [musicplayer.o] Error 1
>> make[2]: Leaving directory 
>> `/data/devel/mythtv/mythplugins/mythmusic/mythmusic'
>> make[1]: *** [sub-mythmusic] Error 2
>> make[1]: Leaving directory `/data/devel/mythtv/mythplugins/mythmusic'
>> make: *** [sub-mythmusic] Error 2
>>     
>
>
> Nope, that's one of my debug VERBOSE things that I forgot to remove. The
> cast isn't valid on 64bit. I'll remove it (and possibly others) and spin
> a new patch, but in the meantime, you can just remove ;
>
>     155     if (m_listener)
>     156         VERBOSE(VB_PLAYBACK, QString ("setListener 0x%1, a %2").arg((unsigned int)m_listener).arg(m_listener->className()));
>  
> it was just to track down a visualiser problem I had.
>
> eskil
> ---
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
>   
he he.. I was at line 154 going through the code when I got your 
message. Thanx as no being much of a programmer might have take a while 
to fix it.


More information about the mythtv-dev mailing list