aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/GraphicsMagick12/files/patch-coders__jp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/GraphicsMagick12/files/patch-coders__jp2.c')
-rw-r--r--graphics/GraphicsMagick12/files/patch-coders__jp2.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/graphics/GraphicsMagick12/files/patch-coders__jp2.c b/graphics/GraphicsMagick12/files/patch-coders__jp2.c
deleted file mode 100644
index 6a2fddd2901b..000000000000
--- a/graphics/GraphicsMagick12/files/patch-coders__jp2.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- ./coders/jp2.c.orig 2010-02-23 16:23:04.000000000 -0500
-+++ ./coders/jp2.c 2010-02-23 16:23:24.000000000 -0500
-@@ -681,7 +681,7 @@
-
- entry=SetMagickInfo("J2C");
- entry->description=AcquireString("JPEG-2000 Code Stream Syntax");
-- entry->module="JP2";
-+ entry->module=AcquireString("JP2");
- entry->magick=(MagickHandler) IsJPC;
- entry->adjoin=False;
- entry->seekable_stream=True;
-@@ -694,7 +694,7 @@
-
- entry=SetMagickInfo("JP2");
- entry->description=AcquireString("JPEG-2000 JP2 File Format Syntax");
-- entry->module="JP2";
-+ entry->module=AcquireString("JP2");
- entry->magick=(MagickHandler) IsJP2;
- entry->adjoin=False;
- entry->seekable_stream=True;
-@@ -707,7 +707,7 @@
-
- entry=SetMagickInfo("JPC");
- entry->description=AcquireString("JPEG-2000 Code Stream Syntax");
-- entry->module="JP2";
-+ entry->module=AcquireString("JP2");
- entry->magick=(MagickHandler) IsJPC;
- entry->adjoin=False;
- entry->seekable_stream=True;
-@@ -720,7 +720,7 @@
-
- entry=SetMagickInfo("PGX");
- entry->description=AcquireString("JPEG-2000 VM Format");
-- entry->module="JP2";
-+ entry->module=AcquireString("JP2");
- entry->magick=(MagickHandler) IsJPC;
- entry->adjoin=False;
- entry->seekable_stream=True;