From owner-freebsd-multimedia@FreeBSD.ORG Wed May 4 04:23:35 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AE116A4CE for ; Wed, 4 May 2005 04:23:35 +0000 (GMT) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id E8FBB43D66 for ; Wed, 4 May 2005 04:23:34 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 12897 invoked from network); 4 May 2005 04:29:36 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 4 May 2005 04:29:36 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Tue, 03 May 2005 21:23:26 PDT (sender jakemsr@puff.jakemsr.gom) Date: Tue, 3 May 2005 21:23:26 -0700 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20050504042326.GA29777@puff.jakemsr.gom> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <20050502043610.51034.qmail@exxodus.fedaykin.here> <4275B154.5070007@ahze.net> <20050503070628.GF11140@puff.jakemsr.gom> <20050504003425.A97449@kushnir1.kiev.ua> <20050504030411.48236.qmail@exxodus.fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050504030411.48236.qmail@exxodus.fedaykin.here> User-Agent: Mutt/1.4.2i Subject: Re: New ffmpeg CVS versions (update) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 May 2005 04:23:35 -0000 On Wed, May 04, 2005 at 12:03:49AM -0300, Mario Sergio Fujikawa Ferreira wrote: > I did some small updating to the sample port. > > 1) PIC (shared) and PIE (binary) are used appropriatly > > 2) ffmpeg does not require every dependent application to link > against -la52 anymore > > 3) Fetched grab_bsdbktr.c was updated against the OpenBSD version > though there are no major changes from our current version. Mostly > some type casting. except the s1 -> st typo fix, the av_free() deletion, and not passing around a pointer to a global variable. > 4) THe new CVS versions does not like the old grab codes. I did > some initial work but I have to go to sleep and I'll probably not > have access to my computer till tomorrow night.o probably the s1 -> st typo. > Any help appreciated. > > - lastest port > http://people.FreeBSD.org/~lioux/ffmpeg-devel-new.tar.gz > - latest distfile > http://people.FreeBSD.org/~lioux/ffmpeg-cvs-20050503.tar.gz > > Okay, theora does not work and we need to fix the capture > code. Any volunteers? theora may be broken due to changes in the way ffmpeg is now handling ogg formats? --