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" <[EMAIL PROTECTED]>
To: <[email protected]>
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
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Attachment: mythtv_ac3.5.patch.bz2
Description: Binary data

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to