diff options
author | pav <pav@FreeBSD.org> | 2004-08-09 02:34:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-09 02:34:45 +0800 |
commit | 37949e304ad39e9ad799667ddeb89165553e017d (patch) | |
tree | 2ad90ddcb439578056da7c721b304a42a9d84429 /multimedia | |
parent | c8ca881a5ff4fab7cb9b6873527dd21b178cd7d6 (diff) | |
download | freebsd-ports-gnome-37949e304ad39e9ad799667ddeb89165553e017d.tar.gz freebsd-ports-gnome-37949e304ad39e9ad799667ddeb89165553e017d.tar.zst freebsd-ports-gnome-37949e304ad39e9ad799667ddeb89165553e017d.zip |
- Fix build with gcc-3.4
PR: ports/69468
Submitted by: Michael Johnson <ahze@ahze.net>
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/files/patch-gcc34 | 11 |
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: |