summaryrefslogtreecommitdiffstats
path: root/abs/core/mjpegtools/gcc_3.7.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-13 21:35:22 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-13 21:35:22 (GMT)
commit6e5b49cc743b65672e0a3c385d233827ce51a0d8 (patch)
treee09fee1a0d7673550f1dd4c38fece5290576f77e /abs/core/mjpegtools/gcc_3.7.patch
parentb3c1f8f3546f92e6be7addaee066e5130678bbc1 (diff)
downloadlinhes_pkgbuild-6e5b49cc743b65672e0a3c385d233827ce51a0d8.zip
linhes_pkgbuild-6e5b49cc743b65672e0a3c385d233827ce51a0d8.tar.gz
linhes_pkgbuild-6e5b49cc743b65672e0a3c385d233827ce51a0d8.tar.bz2
mjpegtools: 2.0
Diffstat (limited to 'abs/core/mjpegtools/gcc_3.7.patch')
-rw-r--r--abs/core/mjpegtools/gcc_3.7.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mjpegtools/gcc_3.7.patch b/abs/core/mjpegtools/gcc_3.7.patch
new file mode 100644
index 0000000..050b33f
--- /dev/null
+++ b/abs/core/mjpegtools/gcc_3.7.patch
@@ -0,0 +1,11 @@
+--- a/y4mdenoise/MotionSearcher.hh
++++ b/y4mdenoise/MotionSearcher.hh
+@@ -2196,7 +2196,7 @@
+ {
+ // This region is too small to be bothered with.
+ // Just get rid of it.
+- DeleteRegion (a_pRegion);
++ this->DeleteRegion (a_pRegion);
+ }
+ else
+ {