[mythtv-commits] Ticket #1559: Endian fix in r9398 of audiooutputca.cpp breaks sound on PPC architectures

MythTV mythtv at cvs.mythtv.org
Mon Mar 20 19:59:37 UTC 2006


#1559: Endian fix in r9398 of audiooutputca.cpp breaks sound on PPC architectures
------------------------------------+---------------------------------------
 Reporter:  mcdermj at xenotropic.com  |       Owner:  nigel
     Type:  defect                  |      Status:  new  
 Priority:  minor                   |   Milestone:       
Component:  mythtv                  |     Version:       
 Severity:  medium                  |  
------------------------------------+---------------------------------------
 The fix applied for OSX on Intel in audiooutputca.cpp causes audio on PPC
 platforms to be garbled.  The fix uses the WORDS_BIGENDIAN #define, but
 does not include config.h where it lives, and therefore always compiles
 for little endian architectures.  I am attaching a patch, but I'm not sure
 where the preferred place to pull in config.h, or whether there's a better
 way of doing it.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1559>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list