[gexiv2/gexiv2-0.12: 4/8] Add BMFF support
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gexiv2/gexiv2-0.12: 4/8] Add BMFF support
- Date: Sun, 20 Jun 2021 11:59:55 +0000 (UTC)
commit d5dc567a87d7226a55f2a15e72b38b112e9ee3d3
Author: Peter Kovář <peter kovar reflexion tv>
Date: Tue Mar 16 14:07:45 2021 +0100
Add BMFF support
gexiv2/gexiv2-startup.cpp | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gexiv2/gexiv2-startup.cpp b/gexiv2/gexiv2-startup.cpp
index 014327f..011cc9b 100644
--- a/gexiv2/gexiv2-startup.cpp
+++ b/gexiv2/gexiv2-startup.cpp
@@ -12,6 +12,10 @@
#include "gexiv2-version.h"
gboolean gexiv2_initialize(void) {
+#if EXIV2_TEST_VERSION(0,27,4)
+ Exiv2::enableBMFF();
+#endif
+
return Exiv2::XmpParser::initialize();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]