diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/mjpegtools/mjpegtools-2.0.0-gcc470.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/mjpegtools/mjpegtools-2.0.0-gcc470.patch b/abs/core/mjpegtools/mjpegtools-2.0.0-gcc470.patch new file mode 100644 index 0000000..050b33f --- /dev/null +++ b/abs/core/mjpegtools/mjpegtools-2.0.0-gcc470.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 + { |