1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- Fix build with gcc-3.4

PR:		ports/69468
Submitted by:	Michael Johnson <ahze@ahze.net>
Approved by:	maintainer timeout (16 days)
This commit is contained in:
Pav Lucistnik 2004-08-08 18:34:45 +00:00
parent 29a2d8d1ee
commit 8271a0716f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115672

View File

@ -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: