From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 00:56:32 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A3B16A4CE for ; Fri, 6 Feb 2004 00:56:32 -0800 (PST) Received: from cmsrelay01.mx.net (cmsrelay01.mx.net [165.212.11.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 0E13A43D39 for ; Fri, 6 Feb 2004 00:56:26 -0800 (PST) (envelope-from noackjr@compgeek.com) Received: from uadvg128.cms.usa.net (165.212.11.128) by cmsoutbound.mx.net with SMTP; 6 Feb 2004 08:56:25 -0000 Received: from optimator.noacks.org [65.71.32.141] by uadvg128.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 387iBFi5w0320M28; Fri, 06 Feb 2004 08:56:22 GMT X-USANET-Auth: 65.71.32.141 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id B56FF610C; Fri, 6 Feb 2004 02:56:21 -0600 (CST) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 43564-05; Fri, 6 Feb 2004 02:56:11 -0600 (CST) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with SMTP id E64BC6101; Fri, 6 Feb 2004 02:56:10 -0600 (CST) Received: from 192.168.1.10 (SquirrelMail authenticated user noackjr) by www.noacks.org with HTTP; Fri, 6 Feb 2004 02:56:10 -0600 (CST) Message-ID: <50865.192.168.1.10.1076057770.squirrel@www.noacks.org> Date: Fri, 6 Feb 2004 02:56:10 -0600 (CST) From: "Jon Noack" To: riggs@rrr.de User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at noacks.org Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org Subject: mplayer and -funroll-loops X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@compgeek.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 08:56:32 -0000 Just a heads up: Building mplayer fails on 5.2.1-RC when CFLAGS includes "-funroll-loops".= =20 Everything works fine without it. The following is the error: [/usr/ports/multimedia/mplayer] $ make -s =3D=3D=3D> Building for mplayer-gtk-esound-0.92.0_5 In file included from imdct.c:757: imdct_3dnow.h: In function `imdct_do_512_3dnow': imdct_3dnow.h:351: error: can't find a register in class `GENERAL_REGS' while reloading `asm' imdct.c: In function `imdct_do_512_sse': imdct.c:937: warning: use of memory input without lvalue in asm operand 1 is deprecated imdct.c:937: warning: use of memory input without lvalue in asm operand 2 is deprecated gmake[1]: *** [imdct.o] Error 1 gmake: *** [liba52/liba52.a] Error 2 *** Error code 2 Stop in /usr/ports/multimedia/mplayer. No big deal but I thought I'd pass it along... Jon Noack