Opened 13 years ago
Closed 13 years ago
Last modified 13 years ago
#10242 closed Patch - Bug Fix (fixed)
[PATCH] Fix mythmusic MINGW32 build
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
The current git master build of mythmusic for MINGW32 fails:
- In decoderhandler.cpp random() is not defined
- In vorbisencoder.cpp random() is not defined
- In cddecoder-windows.cpp CdDecoderFactory::supports() uses the QString member function lower() which is not defined.
The attached patch fixes these problems.
Must congratulate Paul Harrison for a great job updating MythMusic - many thanks.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | mythmusic-mingw.patch added |
---|
comment:1 Changed 13 years ago by
Milestone: | unknown → 0.25 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 13 years ago by
This one was an obvious fix, so I applied it to save the trouble. Thanks.
Note: See
TracTickets for help on using
tickets.
Fix compilation of mythmusic for Windows
Fixes #10242
Signed-off-by: Gavin Hurlbut <ghurlbut@…>