[mythtv-commits] Ticket #2957: Port to FLAC 1.1.3

MythTV mythtv at cvs.mythtv.org
Mon Feb 19 23:57:38 UTC 2007


#2957: Port to FLAC 1.1.3
-----------------------+----------------------------------------------------
 Reporter:  ankoe      |        Owner:  jarod   
     Type:  task       |       Status:  reopened
 Priority:  minor      |    Milestone:  unknown 
Component:  mythmusic  |      Version:  head    
 Severity:  low        |   Resolution:          
-----------------------+----------------------------------------------------
Comment (by jarod):

 Hrm. So the approach nigel suggested (which is what I implemented) isn't
 working for me. Had someone else look at it, who thought it should be
 working, but now believes it simply doesn't work (tried something similar
 w/a very simple test program across multiple versions of gcc). Here's an
 example of what I'm seeing:

 {{{
 Header define in flacdecoder.h:
 #define StreamDecoder FLAC__SeekableStreamDecoder

 Line of code in flacdecoder.cpp:
 static StreamDecoderReadStatus flacread(blah)

 Error when compiling:
 flacdecoder.cpp:20: error: 'StreamDecoderReadStatus' does not name a type
 }}}

 I'm somewhat inclined to leave well-enough alone at this point, unless
 there's an easy/obvious way to do this that I'm just missing...

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2957#comment:14>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list