[mythtv] [patch] multi channel audio patch 1

Mark Spieth mark at dclabs.com.au
Mon Jan 2 16:20:59 EST 2006


missed a file though that ones for a different fault I found. just not hand 
editing at the moment as that takes time.
next patch attached. thanks for testing.
mark
----- Original Message ----- 
From: "Martin Ebourne" <lists at ebourne.me.uk>
To: <mythtv-dev at mythtv.org>
Sent: Tuesday, January 03, 2006 6:47 AM
Subject: Re: [mythtv] [patch] multi channel audio patch 1


> On Mon, 02 Jan 2006 23:26:22 +1100, Mark Spieth wrote:
>> woops spotted a bug already.
>> attached is another patch.
>> mark
>
> Compile failure on r8474:
>
> mythcontext.cpp:2276: error: prototype for 'bool 
> MythContext::SendReceiveStringList(QStringList&, bool)' does not match any 
> in class 'MythContext'
> mythcontext.h:365: error: candidate is: bool 
> MythContext::SendReceiveStringList(QStringList&, bool, bool)
>
> This part of the patch in mythcontext.h has no corresponding cpp change:
>
> @@ -359,7 +361,8 @@
>     QPixmap *LoadScalePixmap(QString filename, bool fromcache = true);
>     QImage *LoadScaleImage(QString filename, bool fromcache = true);
>
> -    bool SendReceiveStringList(QStringList &strlist, bool quickTimeout = 
> false);
> +    bool SendReceiveStringList(QStringList &strlist, bool quickTimeout = 
> false,
> +                               bool block = true);
>
>     QImage *CacheRemotePixmap(const QString &url, bool reCache = false);
>
> Seems to be extraneous, I'll try again without it.
>
> Cheers,
>
> Martin.
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mythtv_ac3.5.patch.bz2
Type: application/octet-stream
Size: 16654 bytes
Desc: not available
Url : http://mythtv.org/pipermail/mythtv-dev/attachments/20060103/17fc0d85/mythtv_ac3.5.patch-0001.obj


More information about the mythtv-dev mailing list