[mythtv-commits] Ticket #4271: Legacy, implicit casts etc

MythTV mythtv at cvs.mythtv.org
Wed Dec 5 21:39:50 UTC 2007


#4271: Legacy, implicit casts etc
-----------------------------+----------------------------------------------
 Reporter:  andrei at tanas.ca  |        Owner:  danielk
     Type:  patch            |       Status:  new    
 Priority:  minor            |    Milestone:  unknown
Component:  mythtv           |      Version:  head   
 Severity:  low              |   Resolution:         
  Mlocked:  0                |  
-----------------------------+----------------------------------------------

Comment(by danielk):

 Please look at libavformat/utils.c parse_date, using the non-threadsafe
 version of gmtime_r() and localtime_r is not acceptable. But you can
 create emulation wrappers for MS Windows and stick them in a "compat.h"
 header.

 There was no apparent need for the
 programs/mythfrontend/globalsettings.cpp, or dvdnav changes so I dropped
 them.

 dlfcn.h is needed on real POSIX systems in filtermanager.cpp, if it
 doesn't exist on MS Windows, it should be protected with an #ifdef

 --
 I'll commit the other changes as soon as I've finished some testing.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4271#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list