View | Details | Raw Unified
Collapse All | Expand All

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