From owner-freebsd-multimedia@FreeBSD.ORG Mon Feb 1 19:10:08 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB4851065670 for ; Mon, 1 Feb 2010 19:10:08 +0000 (UTC) (envelope-from freebsd-multimedia@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 9226D8FC23 for ; Mon, 1 Feb 2010 19:10:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nc1ex-0004be-CN for freebsd-multimedia@freebsd.org; Mon, 01 Feb 2010 20:10:07 +0100 Received: from 85.173.92.192 ([85.173.92.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Feb 2010 20:10:07 +0100 Received: from dsh by 85.173.92.192 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Feb 2010 20:10:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-multimedia@freebsd.org From: Denis Shaposhnikov Date: Mon, 01 Feb 2010 22:06:48 +0300 Lines: 14 Message-ID: References: <786602c61001311444x57555e2ev213a2b1ef0a5e679__17160.9211866327$1264979385$gmane$org@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 85.173.92.192 User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100122 Thunderbird/3.0.1 In-Reply-To: <786602c61001311444x57555e2ev213a2b1ef0a5e679__17160.9211866327$1264979385$gmane$org@mail.gmail.com> X-Enigmail-Version: 1.0 Sender: news Subject: Re: Call for testing: new mplayer and x264 port X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2010 19:10:08 -0000 On 02/01/2010 01:44, Thomas Zander wrote: > I have spent some time working on the experimental new mplayer port > and the (dissatisfying) x264 story today, and those of you who are > interested can find the results here: > http://www.rrr.de/~riggs/mplayer/m20100131.tar.bz2 I've tried it and seems it works fine for me. Could you add into mplayer option "ASM" like for x264? I've removed "--without-sse3" and added "--cc=gcc44" to CONFIGURE_ARGS and mplayer works fine. It seems better don't use things like "USE_GCC=4.4+" because it changes CFLAGS and mplayer's configure script can't autodetect optimal CFLAGS for this host. Thanks!