[mythtv-commits] Ticket #1024: Add bigendian support to mythmusic

MythTV mythtv at cvs.mythtv.org
Sun Apr 16 04:22:52 UTC 2006


#1024: Add bigendian support to mythmusic
---------------------------------+------------------------------------------
 Reporter:  roltman at ae.uiuc.edu  |        Owner:  nigel   
     Type:  patch                |       Status:  assigned
 Priority:  trivial              |    Milestone:  0.20    
Component:  mythmusic            |      Version:  0.19    
 Severity:  low                  |   Resolution:          
---------------------------------+------------------------------------------
Comment (by nigel):

 The existing MythTV code uses a test in configure to set WORDS_BIGENDIAN
 (or not). The supplied patches use endian.h and a #if __BYTE_ORDER ==
 __BLAH_ENDIAN.

 [[BR]]

 There is nothing intrinsically wrong with the patches, but a lot of
 machines don't have endian.h (e.g. Mac OS X has machine/endian.h instead),
 so I will use mythtv/mythconfig.h and the slightly simpler #if instead.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/1024>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list