summaryrefslogtreecommitdiffstats
path: root/abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-12 00:07:27 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-12 00:07:27 (GMT)
commitb57ed162489566120639f6f53fc854cc472c6ca6 (patch)
treef3d5833dd29f02067ee00b5e72d854a50c607c23 /abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch
parent74fc0c6f2d5998e99a18036f64ca9e17fa60d63f (diff)
downloadlinhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.zip
linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.gz
linhes_pkgbuild-b57ed162489566120639f6f53fc854cc472c6ca6.tar.bz2
More file cleanups
Diffstat (limited to 'abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch')
-rw-r--r--abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch b/abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch
deleted file mode 100644
index 41a59ca..0000000
--- a/abs/core/mjpegtools/mjpegtools-1.8.0-limits.h.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- 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"