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