summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-14 04:14:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-14 04:14:54 (GMT)
commitee7d8d75c14ed0ae36cc0e34ae150012c97e197d (patch)
tree46556f5e4898da764cc831aa760d908c2ccc9961 /abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch
parentc2941a012cbea19073e72af561b37a1255a1fe6c (diff)
downloadlinhes_pkgbuild-ee7d8d75c14ed0ae36cc0e34ae150012c97e197d.zip
linhes_pkgbuild-ee7d8d75c14ed0ae36cc0e34ae150012c97e197d.tar.gz
linhes_pkgbuild-ee7d8d75c14ed0ae36cc0e34ae150012c97e197d.tar.bz2
Moving mjpeg , libvisual* and transcode to core.
There are pkg's in core that depend on them.
Diffstat (limited to 'abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch')
-rw-r--r--abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch b/abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch
new file mode 100644
index 0000000..41a59ca
--- /dev/null
+++ b/abs/core-testing/mjpegtools/mjpegtools-1.8.0-limits.h.patch
@@ -0,0 +1,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"