From owner-cvs-ports@FreeBSD.ORG Tue Oct 9 18:52:43 2007 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F10E816A417; Tue, 9 Oct 2007 18:52:43 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id 17B1113C468; Tue, 9 Oct 2007 18:52:42 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20071009185243.HBID29426.eastrmmtao105.cox.net@eastrmimpo02.cox.net>; Tue, 9 Oct 2007 14:52:43 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id yJsh1X00S4iy4EG0000000; Tue, 09 Oct 2007 14:52:42 -0400 Date: Tue, 09 Oct 2007 13:56:44 -0500 To: "Michael Johnson" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200710091819.l99IJJBV034850@repoman.freebsd.org> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <200710091819.l99IJJBV034850@repoman.freebsd.org> User-Agent: Opera Mail/9.23 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/multimedia/ffmpeg Makefile distinfo pkg-plist ports/multimedia/ffmpeg/files patch-libavcodec_Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Oct 2007 18:52:44 -0000 On Tue, 09 Oct 2007 13:19:19 -0500, Michael Johnson wrote: > ahze 2007-10-09 18:19:19 UTC > > FreeBSD ports repository > > Modified files: > multimedia/ffmpeg Makefile distinfo pkg-plist > Removed files: > multimedia/ffmpeg/files patch-libavcodec_Makefile > Log: > - Update to 2007-10-04 > - Chase libtheora -.ifdef(WITH_X264) || exists(${LOCALBASE}/lib/libx264.so) +.ifndef(WITHOUT_X264) || exists(${LOCALBASE}/lib/libx264.so) Since, that x264 is enable by default. Can you remove the autocheck of x264, which it doesn't make sense if it's enable by default. And.. Do ffmpeg has --disable-libx264 support? If it does, then please add it too for that WITHOUT_X264 can be function correct. Thanks. Cheers, Mezz -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org