diff options
Diffstat (limited to 'multimedia/mjpegtools')
-rw-r--r-- | multimedia/mjpegtools/files/patch-gcc41 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mjpegtools/files/patch-gcc41 b/multimedia/mjpegtools/files/patch-gcc41 new file mode 100644 index 000000000000..5e840fc5ec40 --- /dev/null +++ b/multimedia/mjpegtools/files/patch-gcc41 @@ -0,0 +1,11 @@ +--- y4mdenoise/Region2D.hh.orig Tue Jan 30 16:27:22 2007 ++++ y4mdenoise/Region2D.hh Tue Jan 30 16:27:36 2007 +@@ -16,7 +16,7 @@ + + #include "Status_t.h" + #include <iostream> +- ++#include <cassert> + + + // The 2-dimensional region class. Parameterized by the numeric type |