Re: Audio coding/encoding conversions

2007-12-16 Thread wynfield
Thanks Victor and Dave, for the information regarding ffmpeg, both about the future of it for cygwin and how to get by for now. Regards, Wynfield Victor Paesa <[EMAIL PROTECTED]> wrote: > Hi, > > Dave Korn writes: > > > > On 13 December 2007 12:46, Wynfield Henman wrote

Re: Audio coding/encoding conversions

2007-12-13 Thread Victor Paesa
Hi, Dave Korn writes: > > On 13 December 2007 12:46, Wynfield Henman wrote: > > > Has anybody had any success building --> ffmpeg > > on cygwin. It has a rich set of codecs it can convert to and from. > > ffmpeg requires an llrintf() implementation to compile. newlib doesn't > currently ha

RE: Audio coding/encoding conversions

2007-12-13 Thread Dave Korn
On 13 December 2007 12:46, Wynfield Henman wrote: > Has anybody had any success building --> ffmpeg > on cygwin. It has a rich set of codecs it can convert to and from. ffmpeg requires an llrintf() implementation to compile. newlib doesn't currently have one, but I'm in the process of sendin