[mythtv-commits] Ticket #693: PATCH: mythtranscode compile fix

MythTV mythtv at cvs.mythtv.org
Tue Nov 22 19:47:11 EST 2005


#693: PATCH: mythtranscode compile fix
------------------------------+---------------------------------------------
 Reporter:  gkruse at gmail.com  |       Owner:  ijr 
     Type:  patch             |      Status:  new 
 Priority:  minor             |   Milestone:  0.19
Component:  mythtv            |     Version:  head
 Severity:  medium            |  
------------------------------+---------------------------------------------
On os x the new mpeg2 code in mythtranscode does not compile for several
 reasons:

 1) malloc.h is not found (doesn't exist and is not needed on osx?)
 2) there is no function called open64() on os x  (I think this is for
 large file support however open() seems to work fine on os x)
 3) there is no memalign() function on os x because malloc() returns
 aligned memory by default

 The attached patch corrects all of these issues.  It compiles cleanly and
 I have tested it on one recording.  It would be interesting to see if it
 will work on files > 2 gb.

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


More information about the mythtv-commits mailing list