[mythtv-commits] mythtv commits

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Jun 18 18:45:02 UTC 2005


----------------------------------------------------------------------------
Changes committed by danielk on Sat Jun 18 18:44:49 2005

Modified Files:
   in mythtv/libs/libmythtv:
        libmythtv.pro 
Log Message:

Attempt to solve MacOS X linking problems. Someone with a OS X should look
at this, but I've looked at the code and made guesses. It looks like 
signalmonitorvalue.cpp should be compiled in a frontend only compile,
while pchdtvsignalmonitor.cpp should be in any backend only compile.

However scanwizard & friends are currently in a frontend only compile,
if this is desired then it pulls in a bunch of backend stuff, which should
be added to the frontend compile. If it isn't desired, then they should
be moved to the backend only compile and mythtv-setup should not be linked.

----------------------------------------------------------------------------


More information about the mythtv-commits mailing list