You'll also need this patch as well.
On Wed, 2005-02-23 at 13:18 -0500, Daniel Thor Kristjansson wrote:
> The new MSqlQuery changes left some typos and search-and-replace
> errors in the code so that MythTV does not currently compile
> with DVB enabled.
>
> The attached patch fixes these problems.
>
> -- Daniel
> _______________________________________________ mythtv-dev mailing list
> [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
--
John Pullan <[EMAIL PROTECTED]>
Index: videosource.cpp
===================================================================
RCS file: /var/lib/mythcvs/mythtv/libs/libmythtv/videosource.cpp,v
retrieving revision 1.68
diff -u -r1.68 videosource.cpp
--- videosource.cpp 23 Feb 2005 05:04:36 -0000 1.68
+++ videosource.cpp 23 Feb 2005 18:43:56 -0000
@@ -42,7 +42,7 @@
" AND capturecard.cardtype= :CARDTYPE "
" AND capturecard.hostname = :HOSTNAME ;");
query.bindValue(":CARDTYPE", strType);
- query.bindValue(":CARDTYPE", gContext->GetHostName());
+ query.bindValue(":HOSTNAME", gContext->GetHostName());
if (query.exec() && query.isActive() && query.size() > 0)
{
_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev