summaryrefslogtreecommitdiffstats
path: root/src/exiv2-r2650.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/exiv2-r2650.patch')
-rw-r--r--src/exiv2-r2650.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/exiv2-r2650.patch b/src/exiv2-r2650.patch
deleted file mode 100644
index 438605c..0000000
--- a/src/exiv2-r2650.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-This patch has been taken from:
-http://dev.exiv2.org/projects/exiv2/repository/revisions/2650
-
-Index: trunk/src/jpgimage.cpp
-===================================================================
---- trunk/src/jpgimage.cpp (revision 2649)
-+++ trunk/src/jpgimage.cpp (revision 2650)
-@@ -87,6 +87,7 @@ namespace Exiv2 {
-
- const char Photoshop::ps3Id_[] = "Photoshop 3.0\0";
- const char* Photoshop::irbId_[] = {"8BIM", "AgHg", "DCSR", "PHUT"};
-+ const char Photoshop::bimId_[] = "8BIM"; // deprecated
- const uint16_t Photoshop::iptc_ = 0x0404;
- const uint16_t Photoshop::preview_ = 0x040c;
-
-Index: trunk/src/jpgimage.hpp
-===================================================================
---- trunk/src/jpgimage.hpp (revision 2649)
-+++ trunk/src/jpgimage.hpp (revision 2650)
-@@ -65,6 +65,7 @@ namespace Exiv2 {
- // Todo: Public for now
- static const char ps3Id_[]; //!< %Photoshop marker
- static const char* irbId_[]; //!< %Photoshop IRB markers
-+ static const char bimId_[]; //!< %Photoshop IRB marker (deprecated)
- static const uint16_t iptc_; //!< %Photoshop IPTC marker
- static const uint16_t preview_; //!< %Photoshop preview marker
-