Opened 15 years ago
Closed 15 years ago
#10307 closed Patch - Bug Fix (fixed)
[PATCH] mythmusic: Fix mingw32 compile of cddecoder.cpp
| Reported by: | 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)
by , 15 years ago
| Attachment: | 0001-mythmusic-Fix-mingw32-compile-of-cddecoder.cpp.patch added |
|---|
comment:1 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fix mythmusic Win32 build. Closes #10307