[mythtv] mythmusic not compiling on mac...

Jean-Yves Avenard jyavenard at gmail.com
Sun Apr 28 09:40:38 UTC 2013


Hi Paul

This is due to the rename from MetaData to MusicMetaData
there's the definition of a vector in cddecoder.h on darwin system.

That vector isn't used anywhere as far as I can tell and can be removed.

Here is the patch:
/mythmusic/cddecoder.h
index 4054f3f..f0e7c83 100644
--- a/mythplugins/mythmusic/mythmusic/cddecoder.h
+++ b/mythplugins/mythmusic/mythmusic/cddecoder.h
@@ -67,7 +67,6 @@ class CdDecoder : public Decoder
                        m_leadout;       ///< End of last track
     double             m_lengthInSecs;
     vector<int>        m_tracks;        ///< Start block offset of each
track
-    vector<Metadata*>  m_mData;         ///< After lookup, details of each
trk
 #endif
     static QMutex& getCdioMutex();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-dev/attachments/20130428/a846bc6a/attachment.html>


More information about the mythtv-dev mailing list