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

Jonathan Martens jonathan at snetram.nl
Mon Dec 8 08:38:39 UTC 2008


On 8-12-2008 9:15, MythTV wrote:
>   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

That might be easier and desired indeed. I was not aware of that 
definition in compat.h.

As a suggestion I think we need to add documentation to the inclusion of 
compat.h like you do here as it is sometimes hard to judge why we 
include compat.h.

Kind regards,

Jonathan


More information about the mythtv-dev mailing list