aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-08 18:34:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-08 18:34:45 +0000
commit8271a0716fe43ac7a1f8153de34b7a9fb25917f4 (patch)
tree61a3a97bceb10cd150cf439dee7f599a2cc07390 /multimedia/mpeg4ip
parent29a2d8d1ee54d35a673419e4a947bf4c16d324ea (diff)
downloadports-8271a0716fe43ac7a1f8153de34b7a9fb25917f4.tar.gz
ports-8271a0716fe43ac7a1f8153de34b7a9fb25917f4.zip
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r--multimedia/mpeg4ip/files/patch-gcc3411
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/files/patch-gcc34 b/multimedia/mpeg4ip/files/patch-gcc34
new file mode 100644
index 000000000000..364db01d9d52
--- /dev/null
+++ b/multimedia/mpeg4ip/files/patch-gcc34
@@ -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: