diff --git a/multimedia/mjpegtools/files/patch-y4mdenoise_Region2D.hh b/multimedia/mjpegtools/files/patch-y4mdenoise_Region2D.hh new file mode 100644 index 000000000000..51d5f1420de8 --- /dev/null +++ b/multimedia/mjpegtools/files/patch-y4mdenoise_Region2D.hh @@ -0,0 +1,34 @@ +--- y4mdenoise/Region2D.hh.orig 2021-09-05 06:14:13 UTC ++++ y4mdenoise/Region2D.hh +@@ -404,6 +404,7 @@ Region2D::~Region2D() + + + ++#if 0 + // Add the given horizontal extent to the region. + template + template +@@ -480,6 +481,7 @@ error: + PrintRegion (a_rTemp); + assert (false); + } ++#endif + + + +@@ -513,6 +515,7 @@ Region2D::Union (Status_t &a_reStatus, + + + ++#if 0 + // Make the current region represent the union between itself + // and the other given region. + template +@@ -686,6 +689,7 @@ error: + PrintRegion (a_rTemp); + assert (false); + } ++#endif + + +