Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2004 17:01:28 -0500 (EST)
From:      Hendrik Scholz <hendrik@scholz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62854: bento-fix: multimedia/avidemux2
Message-ID:  <20040214220128.0798E39845@slurmcan.wormulon.net>
Resent-Message-ID: <200402142210.i1EMA5sK021158@freefall.freebsd.org>

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

>Number:         62854
>Category:       ports
>Synopsis:       bento-fix: multimedia/avidemux2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 14 14:10:05 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hendrik Scholz
>Release:        FreeBSD 5.2.1-RC amd64
>Organization:
>Environment:
System: FreeBSD slurmcan.wormulon.net 5.2.1-RC FreeBSD 5.2.1-RC #0: Sat Jan 31 12:38:34 GMT 2004 root@ngoc.NUXI.com:/usr/obj/usr/src/sys/GENERIC amd64


	
>Description:

Bento-bug: http://bento.freebsd.org/errorlogs/amd64-5-full/avidemux2-2.0.20.log

I didn't look at the reason why HAVE_LRINTF wasn't defined but modifying
configure.in or config.h involves more overhead so I opted for the quick
hack :)

>How-To-Repeat:
	
>Fix:

	

--- patch-adm_lavcoded::dsputil.h begins here ---
--- adm_lavcodec/dsputil.h.orig	Sat Feb 14 16:22:04 2004
+++ adm_lavcodec/dsputil.h	Sat Feb 14 16:22:28 2004
@@ -487,6 +487,7 @@
           +name8(s, dst+8+8*stride, src+8+8*stride, stride);\
 }
 
+#define HAVE_LRINTF
 #ifndef HAVE_LRINTF
 /* XXX: add ISOC specific test to avoid specific BSD testing. */
 /* better than nothing implementation. */
--- patch-adm_lavcoded::dsputil.h ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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