summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch
blob: 41a59cac1b7b1e17bb9a096ebf127906f02f40ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- mjpegtools-1.8.0.orig/mpeg2enc/macroblock.cc	2007-11-29 19:45:06 +0000
+++ mjpegtools-1.8.0.orig/mpeg2enc/macroblock.cc	2007-11-29 19:45:33 +0000
@@ -20,6 +20,7 @@ 
  */
 
 #include <stdio.h>
+#include <limits.h>
 
 #include "macroblock.hh"
 #include "mpeg2syntaxcodes.h"
--- mjpegtools-1.8.0.orig/mpeg2enc/picturereader.cc	2007-11-29 19:45:06 +0000
+++ mjpegtools-1.8.0.orig/mpeg2enc/picturereader.cc	2007-11-29 19:45:52 +0000
@@ -26,6 +26,7 @@ 
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
+#include <limits.h>
 #include "simd.h"
 #include "mpeg2encoder.hh"
 
--- mjpegtools-1.8.0.orig/mplex/inputstrm.cpp	2007-11-29 19:45:06 +0000
+++ mjpegtools-1.8.0.orig/mplex/inputstrm.cpp	2007-11-29 19:46:15 +0000
@@ -23,6 +23,7 @@ 
 
 #include <config.h>
 #include <assert.h>
+#include <limits.h>
 
 #include "mjpeg_types.h"
 #include "inputstrm.hpp"