Opened 13 years ago
Closed 13 years ago
#10220 closed Patch - Bug Fix (fixed)
[PATHCH] dtvrecorder fix mingw cross compile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.25 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | dtvrecorder mingw |
Cc: | Ticket locked: | no |
Description
The current git master dtvrecorder.cpp doesn't cross compile with mingw32 version 4.2.1.
The problem is in the function ts_to_qdatetime which uses a 64-bit constant but doesn't append a trailing LL to denote it as such.
The attached patch fixes this.
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | dtvrecorder-w32.diff added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fix a 32-bit compilation issue with dtvrecorder.cpp
Manifested itself as the following error on my system:
Also reported to be an issue for some when compiling for Windows.
Fixes #10220 using 'LL' instead of the included patch since we use 'LL' elsewhere.