Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Daniel Kristjansson
On Tue, 2005-11-22 at 20:21 -0800, Geoffrey Hausheer wrote: > On 11/22/05, Geoffrey Kruse wrote: > > mpeg2fix.cpp:16:20: malloc.h: No such file or directory > This is the correct include for memalign. Not sure why it wouldn't be > available. memalign is technically an obsolete function. You are su

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Kruse
On Nov 22, 2005, at 8:21 PM, Geoffrey Hausheer wrote: On 11/22/05, Geoffrey Kruse wrote: mpeg2fix.cpp:16:20: malloc.h: No such file or directory This is the correct include for memalign. Not sure why it wouldn't be available. Also, memalign does not exist on os x becsause malloc returns ali

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Kruse
see my patch in track. as far as I can find in google, open() on os x handles large files just fine Geoff On Nov 22, 2005, at 8:21 PM, Geoffrey Hausheer wrote: On 11/22/05, Geoffrey Kruse wrote: mpeg2fix.cpp:16:20: malloc.h: No such file or directory This is the correct include for memalig

Re: [mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Hausheer
On 11/22/05, Geoffrey Kruse wrote: > mpeg2fix.cpp:16:20: malloc.h: No such file or directory This is the correct include for memalign. Not sure why it wouldn't be available. > mpeg2fix.cpp: In member function `void MPEG2replex::start()': > mpeg2fix.cpp:283: error: `open64' undeclared (first use t

[mythtv] Mythtranscode does not compile os-x

2005-11-22 Thread Geoffrey Kruse
following error: mpeg2fix.cpp:16:20: malloc.h: No such file or directory mpeg2fix.cpp: In member function `void MPEG2replex::start()': mpeg2fix.cpp:283: error: `open64' undeclared (first use this function) mpeg2fix.cpp:283: error: (Each undeclared identifier is reported only once for each f