diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-03 00:07:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-03 00:07:28 (GMT) |
commit | 23bd8b81517927469f000284f6c631056b91c158 (patch) | |
tree | 21b07036a1c5785a24d9f8ab0685318a7d28d62a /abs/core | |
parent | 4cc8a551f4d12e947bdd6416d5bd1287e52c597f (diff) | |
download | linhes_pkgbuild-23bd8b81517927469f000284f6c631056b91c158.zip linhes_pkgbuild-23bd8b81517927469f000284f6c631056b91c158.tar.gz linhes_pkgbuild-23bd8b81517927469f000284f6c631056b91c158.tar.bz2 |
mjpegtools: add patch file
Diffstat (limited to 'abs/core')
-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 + { |