From owner-cvs-all@FreeBSD.ORG Thu Aug 7 00:56:11 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 02B931065675 for ; Thu, 7 Aug 2008 00:56:11 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from xps.daemonology.net (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx2.freebsd.org (Postfix) with SMTP id 387F8153F72 for ; Thu, 7 Aug 2008 00:56:02 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: (qmail 49966 invoked from network); 7 Aug 2008 00:55:34 -0000 Received: from unknown (HELO xps.daemonology.net) (127.0.0.1) by localhost with SMTP; 7 Aug 2008 00:55:34 -0000 Message-ID: <489A4806.4030408@freebsd.org> Date: Wed, 06 Aug 2008 17:55:34 -0700 From: Colin Percival User-Agent: Thunderbird 2.0.0.16 (X11/20080730) MIME-Version: 1.0 To: Joe Marcus Clarke References: <200808061711.m76HBHjm071363@repoman.freebsd.org> <489A0828.70301@FreeBSD.org> <489A0901.3000401@freebsd.org> In-Reply-To: <489A0901.3000401@freebsd.org> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Botero-Lowry , cvs-ports@FreeBSD.org, Doug Barton , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/swfdec Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2008 00:56:11 -0000 Joe Marcus Clarke wrote: > Try this patch to ffmpeg. It may not longer apply cleanly, but you > should be able to work it out. The net result is libswscale will nw be > installed by default. Does libswscale work properly? The log message for revision 1.68 of ports/multimedia/ffmpeg/Makefile says - Don't build ffmpeg with swscaler by default: VLC 0.8.6c does not support it; if you still need it, please define WITH_SWSCALER; which suggests to me that there's a reason why it was disabled. Colin Percival