summarylogtreecommitdiffstats
path: root/exiv2_0-28_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'exiv2_0-28_fix.patch')
-rw-r--r--exiv2_0-28_fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/exiv2_0-28_fix.patch b/exiv2_0-28_fix.patch
new file mode 100644
index 000000000000..96e807ce4fc6
--- /dev/null
+++ b/exiv2_0-28_fix.patch
@@ -0,0 +1,12 @@
+diff --git a/src/ffDiaporama/engine/cBaseMediaFile.cpp c/src/ffDiaporama/engine/cBaseMediaFile.cpp
+--- a/src/ffDiaporama/engine/cBaseMediaFile.cpp 2014-02-09 09:48:04.000000000 +0000
++++ c/src/ffDiaporama/engine/cBaseMediaFile.cpp 2024-02-29 15:46:28.819678562 +0000
+@@ -1019,7 +1019,7 @@
+ // ******************************************************************************************************
+ // Try to load EXIF information using library exiv2
+ // ******************************************************************************************************
+- Exiv2::Image::AutoPtr ImageFile;
++ Exiv2::Image::UniquePtr ImageFile;
+ try {
+ #ifdef Q_OS_WIN
+ ImageFile=Exiv2::ImageFactory::open(FileName().toLocal8Bit().data());