[mythtv-commits] Ticket #9560: Fixes/0.24 Windows build broken by commit 1a69c92d

MythTV noreply at mythtv.org
Tue Feb 8 14:35:59 UTC 2011


#9560: Fixes/0.24 Windows build broken by commit 1a69c92d
-------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                |           Type:  Patch -
   Status:  new                                  |  Bug Fix
Milestone:  unknown                              |       Priority:  minor
  Version:  0.24-fixes                           |      Component:  MythTV
 Keywords:                                       |  - General
                                                 |       Severity:  medium
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------
 Commit 1a69c92db869ebb47b638404ac4fd1bb4078c584 modified libmythtv/frame.h
 to add an int64_t type member to struct VideoFrame (line 44).
 Unfortunately this breaks the Windows build as int64_t isn't defined.
 Simple fix, add line 5:

 {{{
 #include <stdint.h>
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9560>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list