forked from pool/hugin
Stanislav Brabec
680981de92
- Add hugin-exiv2-0.27.patch: Fix build against exiv 0.27 (boo#1123401). OBS-URL: https://build.opensuse.org/request/show/669774 OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=87
21 lines
620 B
Diff
21 lines
620 B
Diff
Index: hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
|
|
===================================================================
|
|
--- hugin-2018.0.0.orig/src/hugin_base/panodata/Exiv2Helper.cpp
|
|
+++ hugin-2018.0.0/src/hugin_base/panodata/Exiv2Helper.cpp
|
|
@@ -28,7 +28,7 @@
|
|
#include "Exiv2Helper.h"
|
|
#include "hugin_math/hugin_math.h"
|
|
#include "hugin_utils/utils.h"
|
|
-#include "exiv2/easyaccess.hpp"
|
|
+#include "exiv2/exiv2.hpp"
|
|
|
|
namespace HuginBase
|
|
{
|
|
@@ -600,4 +600,4 @@ namespace HuginBase
|
|
};
|
|
|
|
}; //namespace Exiv2Helper
|
|
-}; //namespace HuginBase
|
|
\ No newline at end of file
|
|
+}; //namespace HuginBase
|