[mythtv-commits] Ticket #10242: [PATCH] Fix mythmusic MINGW32 build

MythTV noreply at mythtv.org
Sat Jan 7 17:35:55 UTC 2012


#10242: [PATCH] Fix mythmusic MINGW32 build
--------------------------------------+-----------------------------
     Reporter:  lvr@…                 |      Owner:  paulh
         Type:  Patch - Bug Fix       |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  Plugin - MythMusic    |    Version:  Trunk Head
     Severity:  medium                |   Keywords:  mythmusic mingw
Ticket locked:  0                     |
--------------------------------------+-----------------------------
 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.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10242>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list