[mythtv-commits] mythtv commit: r8668 - in trunk/mythtv/libs by danielk

mythtv@cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Jan 20 16:31:05 UTC 2006


      Author: danielk
        Date: 2006-01-20 16:31:04 +0000 (Fri, 20 Jan 2006)
New Revision: 8668
   Changeset: http://cvs.mythtv.org/trac/changeset/8668

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
   trunk/mythtv/libs/libmythtv/avformatdecoder.cpp
   trunk/mythtv/libs/libmythtv/nuppeldecoder.cpp

Log:

Changes avcodeclock to a QMutex declared in mythcontext.{cpp,h}

The lock was being declared differently in NuppelVideoRecorder and nuppeldecoder, depending on whether you were doing a frontend only build or not. The lock was only being declared properly if you were doing a combined frontend/backend build, and on OS X only if you were using nuppeldecoder, as opposed to say a avformatdecoder.






More information about the mythtv-commits mailing list