Fix the build with GCC 4.1.
Reported by: krismail
This commit is contained in:
11
multimedia/mjpegtools/files/patch-gcc41
Normal file
11
multimedia/mjpegtools/files/patch-gcc41
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user