Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200767 | Differences between
and this patch

Collapse All | Expand All

(-)mjpegtools-1.8.0.orig/mpeg2enc/macroblock.cc (+1 lines)
Lines 20-25 Link Here
20
 */
20
 */
21
21
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <limits.h>
23
24
24
#include "macroblock.hh"
25
#include "macroblock.hh"
25
#include "mpeg2syntaxcodes.h"
26
#include "mpeg2syntaxcodes.h"
(-)mjpegtools-1.8.0.orig/mpeg2enc/picturereader.cc (+1 lines)
Lines 26-31 Link Here
26
#include <unistd.h>
26
#include <unistd.h>
27
#include <string.h>
27
#include <string.h>
28
#include <errno.h>
28
#include <errno.h>
29
#include <limits.h>
29
#include "simd.h"
30
#include "simd.h"
30
#include "mpeg2encoder.hh"
31
#include "mpeg2encoder.hh"
31
32
(-)mjpegtools-1.8.0.orig/mplex/inputstrm.cpp (+1 lines)
Lines 23-28 Link Here
23
23
24
#include <config.h>
24
#include <config.h>
25
#include <assert.h>
25
#include <assert.h>
26
#include <limits.h>
26
27
27
#include "mjpeg_types.h"
28
#include "mjpeg_types.h"
28
#include "inputstrm.hpp"
29
#include "inputstrm.hpp"

Return to bug 200767