Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10242 closed Patch - Bug Fix (fixed)

[PATCH] Fix mythmusic MINGW32 build

Reported by: 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

The current git master build of mythmusic for MINGW32 fails:

  1. In decoderhandler.cpp random() is not defined
  2. In vorbisencoder.cpp random() is not defined
  3. 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)

mythmusic-mingw.patch (1.5 KB) - added by lvr@… 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by lvr@…

Attachment: mythmusic-mingw.patch added

comment:1 Changed 12 years ago by Github

Milestone: unknown0.25
Resolution: fixed
Status: newclosed

Fix compilation of mythmusic for Windows

Fixes #10242

Signed-off-by: Gavin Hurlbut <ghurlbut@…>

Branch: master Changeset: f63a3f5663807da08bc3b03a887ce71472fd8d79

comment:2 Changed 12 years ago by beirdo

This one was an obvious fix, so I applied it to save the trouble. Thanks.

Note: See TracTickets for help on using tickets.