summaryrefslogtreecommitdiff
path: root/libre/ghostscript-libre/ghostscript-system-jasper.patch
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-04-01 14:36:01 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-04-01 14:36:01 -0300
commit14b5951cc10fa36bc2934a9e613732b5ee9af0c0 (patch)
tree55116a07d3d4ea346eab4fb30e16f927c1d47c95 /libre/ghostscript-libre/ghostscript-system-jasper.patch
parent905c5588ec037a2d3d0b2a6517d4646d1aaee2f8 (diff)
ghostscript-libre-9.02-1
Diffstat (limited to 'libre/ghostscript-libre/ghostscript-system-jasper.patch')
-rw-r--r--libre/ghostscript-libre/ghostscript-system-jasper.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/libre/ghostscript-libre/ghostscript-system-jasper.patch b/libre/ghostscript-libre/ghostscript-system-jasper.patch
deleted file mode 100644
index 444b76029..000000000
--- a/libre/ghostscript-libre/ghostscript-system-jasper.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -up ghostscript-8.64/base/sjpx.c.system-jasper ghostscript-8.64/base/sjpx.c
---- ghostscript-8.64/base/sjpx.c.system-jasper 2008-08-21 00:22:49.000000000 +0100
-+++ ghostscript-8.64/base/sjpx.c 2009-02-04 11:35:56.000000000 +0000
-@@ -34,14 +34,6 @@ static void s_jpxd_set_defaults(stream_s
- private_st_jpxd_state(); /* creates a gc object for our state,
- defined in sjpx.h */
-
--/* error reporting callback for the jpx library */
--static void
--s_jpx_jas_error_cb(jas_error_t err, char *msg)
--{
-- dprintf2("jasper (code %d) %s", (int)err, msg);
--}
--
--
- /* initialize the steam.
- this involves allocating the stream and image structures, and
- initializing the decoder.
-@@ -59,7 +51,6 @@ s_jpxd_init(stream_state * ss)
- }
-
- status = jas_init();
-- jas_set_error_cb(s_jpx_jas_error_cb);
- #ifdef JPX_DEBUG
- /* raise the error reporting threshold from the default (0) */
- jas_setdbglevel(1);