[mythtv-commits] Ticket #5980: Patches required to make win32 succeed (against r19247)

MythTV mythtv at cvs.mythtv.org
Mon Dec 8 08:15:25 UTC 2008


#5980: Patches required to make win32 succeed (against r19247)
----------------------------------------------------+-----------------------
 Reporter:  Jonathan Martens <jonathan at snetram.nl>  |        Owner:  danielk 
     Type:  patch                                   |       Status:  assigned
 Priority:  minor                                   |    Milestone:  0.22    
Component:  windows                                 |      Version:  head    
 Severity:  medium                                  |   Resolution:          
  Mlocked:  0                                       |  
----------------------------------------------------+-----------------------

Comment(by davidbuzz at gmail.com):

 I can confirm that the pthread,c, dvd_reader.c , and bswap.h patches as
 above are identical to the changes I've had to make.
 As for the H264* files, I made a simpler change to include compat.h to get
 uint defined.
 +++ libs/libmythtv/mpeg/H264Parser.h    (working copy)
 @@ -23,6 +23,7 @@
  #ifndef H264PARSER_H
  #define H264PARSER_H

 +#include "../../libmythdb/compat.h" // for uint on win32
  #include <stdint.h>
  #include <sys/types.h>  // for uint on Darwin


 Regarding the changes that relate to the MinGW build environment,  sched.h
 is tested too.   I haven't tried the sspi or stdlib patches yet. :-(

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


More information about the mythtv-commits mailing list