44 lines
1.2 KiB
Diff
44 lines
1.2 KiB
Diff
diff -aur mplex.old/inputstrm.cpp mplex/inputstrm.cpp
|
|
--- mplex.old/inputstrm.cpp 2004-03-08 23:10:53.000000000 +0100
|
|
+++ mplex/inputstrm.cpp 2008-07-07 23:28:19.000000000 +0200
|
|
@@ -23,6 +23,7 @@
|
|
|
|
#include "config.h"
|
|
#include <assert.h>
|
|
+#include <climits>
|
|
|
|
#include "mjpeg_types.h"
|
|
#include "fastintfns.h"
|
|
diff -aur mplex.old/multiplexor.cpp mplex/multiplexor.cpp
|
|
--- mplex.old/multiplexor.cpp 2004-03-08 23:10:53.000000000 +0100
|
|
+++ mplex/multiplexor.cpp 2008-07-07 23:28:19.000000000 +0200
|
|
@@ -22,6 +22,7 @@
|
|
#include "config.h"
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
+#include <cstring>
|
|
|
|
#include "mjpeg_types.h"
|
|
#include "mjpeg_logging.h"
|
|
diff -aur mplex.old/padstrm.cpp mplex/padstrm.cpp
|
|
--- mplex.old/padstrm.cpp 2004-03-08 23:10:53.000000000 +0100
|
|
+++ mplex/padstrm.cpp 2008-07-07 23:28:19.000000000 +0200
|
|
@@ -25,6 +25,7 @@
|
|
#endif
|
|
|
|
#include "padstrm.hpp"
|
|
+#include <cstring>
|
|
|
|
|
|
|
|
diff -aur mplex.old/zalphastrm_in.cpp mplex/zalphastrm_in.cpp
|
|
--- mplex.old/zalphastrm_in.cpp 2004-03-08 23:10:53.000000000 +0100
|
|
+++ mplex/zalphastrm_in.cpp 2008-07-07 23:28:19.000000000 +0200
|
|
@@ -23,6 +23,7 @@
|
|
#include "config.h"
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
+#include <cstring>
|
|
|
|
#include "zalphastrm.hpp"
|
|
#include "interact.hpp"
|