Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 229063
Collapse All | Expand All

(-)mplex.old/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 <climits>
26
27
27
#include "mjpeg_types.h"
28
#include "mjpeg_types.h"
28
#include "fastintfns.h"
29
#include "fastintfns.h"
(-)mplex.old/multiplexor.cpp (+1 lines)
Lines 22-27 Link Here
22
#include "config.h"
22
#include "config.h"
23
#include <math.h>
23
#include <math.h>
24
#include <stdlib.h>
24
#include <stdlib.h>
25
#include <cstring>
25
26
26
#include "mjpeg_types.h"
27
#include "mjpeg_types.h"
27
#include "mjpeg_logging.h"
28
#include "mjpeg_logging.h"
(-)mplex.old/padstrm.cpp (+1 lines)
Lines 25-30 Link Here
25
#endif
25
#endif
26
26
27
#include "padstrm.hpp"
27
#include "padstrm.hpp"
28
#include <cstring>
28
29
29
30
30
31
(-)mplex.old/zalphastrm_in.cpp (+1 lines)
Lines 23-28 Link Here
23
#include "config.h"
23
#include "config.h"
24
#include <math.h>
24
#include <math.h>
25
#include <stdlib.h>
25
#include <stdlib.h>
26
#include <cstring>
26
27
27
#include "zalphastrm.hpp"
28
#include "zalphastrm.hpp"
28
#include "interact.hpp"
29
#include "interact.hpp"

Return to bug 229063