aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-06-11 17:12:54 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-06-11 17:12:54 +0000
commit31c0809cd5f5a07fa2b8ad0df2e920f35aebec01 (patch)
tree8125dfd924c694b762e116d175a41b933334b387 /multimedia/mpeg4ip
parentbd727c6dd18a31fe83d3285efe733b4b0ab22ff9 (diff)
downloadports-31c0809cd5f5a07fa2b8ad0df2e920f35aebec01.tar.gz
ports-31c0809cd5f5a07fa2b8ad0df2e920f35aebec01.zip
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r--multimedia/mpeg4ip/files/patch-fix_with_gcc4218
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/mpeg4ip/files/patch-fix_with_gcc42 b/multimedia/mpeg4ip/files/patch-fix_with_gcc42
new file mode 100644
index 000000000000..3a68696d8796
--- /dev/null
+++ b/multimedia/mpeg4ip/files/patch-fix_with_gcc42
@@ -0,0 +1,18 @@
+--- common/video/iso-mpeg4/src/type_basic.cpp.orig Mon Jun 11 11:51:06 2007
++++ common/video/iso-mpeg4/src/type_basic.cpp Mon Jun 11 11:52:17 2007
+@@ -317,13 +317,13 @@
+ iHalfY = m_vctTrueHalfPel.y - iMVY * 2;
+ }
+
+-Void CMotionVector::setToZero (Void)
++Void CMotionVector::setToZero ()
+ {
+ memset (this, 0, sizeof (*this));
+ }
+
+ // RRV insertion
+-Void CMotionVector::scaleup (Void)
++Void CMotionVector::scaleup ()
+ {
+ if(m_vctTrueHalfPel.x == 0){
+ m_vctTrueHalfPel_x2.x = 0;