[mythtv-commits] mythtv commit: r18415 by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Sep 25 06:39:02 UTC 2008


      Author: nigel
        Date: 2008-09-25 06:39:02 +0000 (Thu, 25 Sep 2008)
New Revision: 18415
   Changeset: http://cvs.mythtv.org/trac/changeset/18415

Modified:

   trunk/mythtv/libs/libmythtv/videoout_xv.cpp

Log:

Future mythcontext.h rationalisation (when I remove mythverbose from it).
Note that the QTextStream is there to work around a weird error:
g++ ... videoout_xv.cpp
{{{
In file included from /usr/include/QtCore/QTextStream:1,
                 from ../libmythdb/mythsocket.h:4,
                 from ../libmyth/mythcontext.h:18,
                 from videoout_xv.cpp:46:
/usr/include/QtCore/qtextstream.h:60:2: error: #error qtextstream.h must be included before any header file that defines Status
/usr/include/QtCore/qtextstream.h:89: error: expected identifier before 'int'
/usr/include/QtCore/qtextstream.h:89: error: expected unqualified-id before '{' token
make[1]: *** [videoout_xv.o] Error 1
}}}





More information about the mythtv-commits mailing list