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

Collapse All | Expand All

(-)subtitleripper.orig/spudec.c (-3 / +4 lines)
Lines 34-50 Link Here
34
34
35
#ifdef _HAVE_ZLIB_
35
#ifdef _HAVE_ZLIB_
36
#include <zlib.h>
36
#include <zlib.h>
37
#endif
37
#endif
38
38
39
#ifdef _HAVE_PNG_
40
#include <png.h>
41
#endif
42
39
#ifdef _HAVE_LIB_PPM_
43
#ifdef _HAVE_LIB_PPM_
40
#include <netpbm/ppm.h>
44
#include <netpbm/ppm.h>
41
#endif
45
#endif
42
46
43
#ifdef _HAVE_PNG_
44
#include "png.h"
45
#endif
46
47
47
static void spudec_handle_rest(spudec_handle_t *this);
48
static void spudec_handle_rest(spudec_handle_t *this);
48
49
49
// read a big endian 16 bit value
50
// read a big endian 16 bit value
50
static inline unsigned int get_be16(const unsigned char *p)
51
static inline unsigned int get_be16(const unsigned char *p)

Return to bug 269803