/[pkgs]/devel/ghostscript/ghostscript-system-jasper.patch
ViewVC logotype

Contents of /devel/ghostscript/ghostscript-system-jasper.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Wed Feb 4 13:11:11 2009 UTC (9 months, 2 weeks ago) by twaugh
Branch: MAIN
CVS Tags: F-12-split, ghostscript-8_64-11_fc12, ghostscript-8_64-3_fc11, ghostscript-8_64-12_fc12, F-11-split, ghostscript-8_64-2_fc11, ghostscript-8_64-6_fc12, ghostscript-8_64-4_fc11, ghostscript-8_70-1_fc12, ghostscript-8_70-2_fc13, ghostscript-8_64-7_fc12, ghostscript-8_64-8_fc12, ghostscript-8_64-9_fc12, ghostscript-8_64-1_fc11, ghostscript-8_64-5_fc11, HEAD
Changes since 1.1: +3 -3 lines
File MIME type: text/x-patch
* Wed Feb  4 2009 Tim Waugh <twaugh@redhat.com> 8.64-1
- 8.64.
1 diff -up ghostscript-8.64/base/sjpx.c.system-jasper ghostscript-8.64/base/sjpx.c
2 --- ghostscript-8.64/base/sjpx.c.system-jasper 2008-08-21 00:22:49.000000000 +0100
3 +++ ghostscript-8.64/base/sjpx.c 2009-02-04 11:35:56.000000000 +0000
4 @@ -34,14 +34,6 @@ static void s_jpxd_set_defaults(stream_s
5 private_st_jpxd_state(); /* creates a gc object for our state,
6 defined in sjpx.h */
7
8 -/* error reporting callback for the jpx library */
9 -static void
10 -s_jpx_jas_error_cb(jas_error_t err, char *msg)
11 -{
12 - dprintf2("jasper (code %d) %s", (int)err, msg);
13 -}
14 -
15 -
16 /* initialize the steam.
17 this involves allocating the stream and image structures, and
18 initializing the decoder.
19 @@ -59,7 +51,6 @@ s_jpxd_init(stream_state * ss)
20 }
21
22 status = jas_init();
23 - jas_set_error_cb(s_jpx_jas_error_cb);
24 #ifdef JPX_DEBUG
25 /* raise the error reporting threshold from the default (0) */
26 jas_setdbglevel(1);

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2