Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 02:09:18 -0400 (EDT)
From:      Michael Johnson <ahze@ahze.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lioux@FreeBSD.org
Subject:   ports/69468: [PATCH] multimedia/mpeg4ip: [gcc3.4 fix]
Message-ID:  <200407230609.i6N69ImZ040691@gentoo.ahze.net>
Resent-Message-ID: <200407230610.i6N6ACbq083695@freefall.freebsd.org>

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

>Number:         69468
>Category:       ports
>Synopsis:       [PATCH] multimedia/mpeg4ip: [gcc3.4 fix]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 23 06:10:11 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Michael Johnson
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #57: Fri Jul 16 00:36:31 EDT 2004
>Description:
- gcc3.4 fix

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- mpeg4ip-1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/mpeg4ip.orig/files/patch-gcc34 /usr/ports/multimedia/mpeg4ip/files/patch-gcc34
--- /usr/ports/multimedia/mpeg4ip.orig/files/patch-gcc34	Wed Dec 31 19:00:00 1969
+++ /usr/ports/multimedia/mpeg4ip/files/patch-gcc34	Fri Jul 23 02:02:55 2004
@@ -0,0 +1,11 @@
+--- common/video/mpeg4-2000/idct/idct.hpp.orig	Fri Jul 23 01:57:47 2004
++++ common/video/mpeg4-2000/idct/idct.hpp	Fri Jul 23 02:02:41 2004
+@@ -22,7 +22,7 @@
+ #ifndef _INT_IDCT_
+ #define _INT_IDCT_ 1
+ 
+-
++#define BLOCK_SIZE 5 
+ #define IDCT_BLOCK_SIZE	8
+ class idct{
+ public:
--- mpeg4ip-1.0.patch ends here ---

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



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