X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Victor Paesa Subject: Re: Audio coding/encoding conversions Date: Thu, 13 Dec 2007 21:33:31 +0000 (UTC) Lines: 28 Message-ID: References: <195b3f1f0712130445g733b7180m7745015bbd5bd3 AT mail DOT gmail DOT com> <00cc01c83d87$22880d00$2e08a8c0 AT CAM DOT ARTIMI DOT COM> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 have one, but I'm in the process of sending a patch, so it might get > a lot easier once I've done that and there's a fresh cygwin snapshot been > generated. Until that very welcomed patch is applied, you may choose among three ways (not so correct) to get ffmpeg on cygwin: a) Inline llrintf() http://article.gmane.org/gmane.comp.video.ffmpeg.devel/37442 b) Leverage MinGW's implementation: http://ffmpeg.mplayerhq.hu/general.html#SEC16 c) Get the binaries from Cygwin Ports: http://cygwinports.dotsrc.org/ Regards, VĂ­ctor -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/