[mythtv-commits] Ticket #6823: build failure with gcc 4.4 on powerpc

MythTV mythtv at cvs.mythtv.org
Wed Aug 19 04:51:03 UTC 2009


#6823: build failure with gcc 4.4 on powerpc
------------------------------+---------------------------------------------
 Reporter:  jarod             |        Owner:  janne
     Type:  defect            |       Status:  new  
 Priority:  minor             |    Milestone:  0.22 
Component:  MythTV - General  |      Version:  head 
 Severity:  medium            |   Resolution:       
  Mlocked:  0                 |  
------------------------------+---------------------------------------------

Comment(by nigel):

 I can verify the fault (PowerPC with GCC 4.1.2 and -r21349). This fixes it
 for me:
 {{{
 Index: libs/libmythfreesurround/el_processor.cpp
 ===================================================================
 --- libs/libmythfreesurround/el_processor.cpp   (revision 21349)
 +++ libs/libmythfreesurround/el_processor.cpp   (working copy)
 @@ -26,6 +26,7 @@
  #include "fftw3.h"
  #else
  extern "C" {
 +#include "libavutil/internal.h"   // for DECLARE_ALIGNED
  #include "dsputil.h"
  };
  typedef FFTSample FFTComplexArray[2];
 }}}
 but I am a long way from a complete build (poor little 400 MHz PPC is
 still building Qt 4.4.1)

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


More information about the mythtv-commits mailing list