summaryrefslogtreecommitdiff
path: root/graphics/jpeg/files/patch-transupp.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/jpeg/files/patch-transupp.h')
-rw-r--r--graphics/jpeg/files/patch-transupp.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/jpeg/files/patch-transupp.h b/graphics/jpeg/files/patch-transupp.h
new file mode 100644
index 000000000000..f295b2803445
--- /dev/null
+++ b/graphics/jpeg/files/patch-transupp.h
@@ -0,0 +1,12 @@
+--- transupp.h.exif 1997-07-24 04:39:12.000000000 +0200
++++ transupp.h 2003-09-25 01:05:12.000000000 +0200
+@@ -121,7 +121,8 @@
+ typedef enum {
+ JCOPYOPT_NONE, /* copy no optional markers */
+ JCOPYOPT_COMMENTS, /* copy only comment (COM) markers */
+- JCOPYOPT_ALL /* copy all optional markers */
++ JCOPYOPT_ALL, /* copy all optional markers */
++ JCOPYOPT_EXIF /* copy Exif APP1 marker */
+ } JCOPY_OPTION;
+
+ #define JCOPYOPT_DEFAULT JCOPYOPT_COMMENTS /* recommended default */