summaryrefslogtreecommitdiffstats
path: root/abs/core/mjpegtools/gcc_3.7.patch
diff options
context:
space:
mode:
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
+ {