[mythtv-commits] Ticket #1828: Add recorder keyed picture attribute adjustments

MythTV mythtv at cvs.mythtv.org
Fri May 19 21:40:29 EDT 2006


#1828: Add recorder keyed picture attribute adjustments
-------------------------+--------------------------------------------------
 Reporter:  danielk      |        Owner:  danielk
     Type:  enhancement  |       Status:  new    
 Priority:  minor        |    Milestone:  0.20   
Component:  mythtv       |      Version:  head   
 Severity:  medium       |   Resolution:         
-------------------------+--------------------------------------------------
Comment (by danielk):

 (In [9945]) Refs #1828. Some header jujitsu.

 The tv.h header included both tv_rec.h and tv_play.h. But for the patch in
 #1828 I needed to include tv.h in two c++ files that ended up creating a
 difficult include loop.

 This removes the include to tv_rec.h and tv_play.h in tv.h, and includes
 them explicitly when needed.

 Unfortunately this touches a number of files, but on the bright side it
 will speed up compiles after future tv_rec.h or tv_play.h changes.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1828>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list