[mythtv-commits] Ticket #1782: replex.c in mythreplex uses O_LARGEFILE which MacOS X doesn't have

MythTV mythtv at cvs.mythtv.org
Mon May 8 03:21:34 EDT 2006


#1782: replex.c in mythreplex uses O_LARGEFILE which MacOS X doesn't have
------------------------------------+---------------------------------------
 Reporter:  mcdermj at xenotropic.com  |       Owner:  nigel
     Type:  defect                  |      Status:  new  
 Priority:  minor                   |   Milestone:       
Component:  mythtv                  |     Version:       
 Severity:  medium                  |  
------------------------------------+---------------------------------------
 replex.c in the mythtranscode program makes liberal use of O_LARGEFILE
 which doesn't exist on MacOS X.  From my, admittedly limited, recollection
 MacOS X utilizes large files be default and doesn't need a flag to do so.
 I've surrounded the instances of O_LARGEFILE with #ifdef CONFIG_DARWIN.
 In order for this to work, I've also had to pull in config.h, and make
 changes to the .pro file such that it actually gets found.  I'm attaching
 a patch to the appropriate files.

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


More information about the mythtv-commits mailing list