Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2006 07:30:03 GMT
From:      Jonathan Liu<Net147@hotmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106597: [xmms-avi] [patch] xmms-avi does not compile - patch for quantize-pvt.c
Message-ID:  <200612110730.kBB7U3Iv024005@www.freebsd.org>
Resent-Message-ID: <200612110740.kBB7e4g0004199@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         106597
>Category:       ports
>Synopsis:       [xmms-avi] [patch] xmms-avi does not compile - patch for quantize-pvt.c
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 11 07:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Liu
>Release:        6.2-RC1
>Organization:
>Environment:
FreeBSD freebsd 6.2-RC1 FreeBSD 6.2-RC1 #0: Thu Nov 16 05:12:08 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
xmms-avi port does not compile.
>How-To-Repeat:
Compile xmms-avi port.
>Fix:
--- lib/audioencoder/lame3.70/quantize-pvt.c.orig	Mon Dec 11 18:14:41 2006
+++ lib/audioencoder/lame3.70/quantize-pvt.c	Mon Dec 11 18:14:59 2006
@@ -1030,7 +1030,7 @@
         "jnz loop1\n\n"
         : /* no outputs */
         : "t" (istep), "r" (xr), "r" (adj43asm), "r" (ix), "r" (576 / 4), "m" (rx)
-        : "%eax", "%ebx", "memory", "cc"
+        : "%eax", /* "%ebx", */ "memory", "cc"
       );
   }
 #elif defined (USE_MSC_ASM)
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612110730.kBB7U3Iv024005>