Modify ↓
Please read the Ticket HowTo before creating or commenting on a ticket. Failure to do so may cause your ticket to be rejected or result in a slower response.
Opened 17 months ago
Closed 17 months ago
#10307 closed Patch - Bug Fix (fixed)
[PATCH] mythmusic: Fix mingw32 compile of cddecoder.cpp
| Reported by: | Lawrence Rust <lvr@…> | Owned by: | paulh |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | Plugin - MythMusic | Version: | Master Head |
| Severity: | medium | Keywords: | mythmusic mingw |
| Cc: | Ticket locked: | no |
Description
Commit c121c3ac added lidcdio support for CD reading but a number of stylistic changes were made to my original patch, including renaming some CdDecoder? instance variables (adding an "m_" wart). Unfortunately some win32 specific code that used these variables wasn't updated.
Attachments (1)
Change History (2)
Changed 17 months ago by Lawrence Rust <lvr@…>
comment:1 Changed 17 months ago by Github
- Milestone changed from unknown to 0.25
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Fix mythmusic Win32 build. Closes #10307