Opened 14 years ago

Closed 14 years ago

#9560 closed Patch - Bug Fix (Fixed)

Fixes/0.24 Windows build broken by commit 1a69c92d

Reported by: Lawrence Rust <lvr@…> Owned by:
Priority: minor Milestone: 0.24.1
Component: MythTV - General Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

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>

Change History (1)

comment:1 Changed 14 years ago by markk

Milestone: unknown0.24.1
Resolution: Fixed
Status: newclosed

Fixed in 8e3fd5a2e9bff8e4c21a

Note: See TracTickets for help on using tickets.