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

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- leptonica-1.71/src/libversions.c
0
++ leptonica-1.71/src/libversions.c
Lines 69-75 Link Here
69
#endif
69
#endif
70
70
71
#if HAVE_LIBJP2K  /* assuming it's 2.1 */
71
#if HAVE_LIBJP2K  /* assuming it's 2.1 */
72
#include "openjpeg-2.1/openjpeg.h"
72
#include "openjpeg-2.0/openjpeg.h"
73
#endif
73
#endif
74
74
75
#define stringJoinInPlace(s1, s2) \
75
#define stringJoinInPlace(s1, s2) \
76
-- leptonica-1.71/src/jp2kio.c
76
++ leptonica-1.71/src/jp2kio.c
Lines 108-114 Link Here
108
108
109
    /* Leptonica supports both 2.0 and 2.1.  If you have 2.0,
109
    /* Leptonica supports both 2.0 and 2.1.  If you have 2.0,
110
     * change MINOR to 0.  */
110
     * change MINOR to 0.  */
111
#define  MINOR   1
111
#define  MINOR   0
112
112
113
#if MINOR == 0
113
#if MINOR == 0
114
  static const l_int32  OpjMinor = 0;
114
  static const l_int32  OpjMinor = 0;

Return to bug 518540