summarylogtreecommitdiffstats
path: root/004-exiv2.patch
diff options
context:
space:
mode:
Diffstat (limited to '004-exiv2.patch')
-rw-r--r--004-exiv2.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/004-exiv2.patch b/004-exiv2.patch
deleted file mode 100644
index bece0d724e5c..000000000000
--- a/004-exiv2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/libs/libmythmetadata/imagemetadata.cpp
-+++ b/libs/libmythmetadata/imagemetadata.cpp
-@@ -7,14 +7,7 @@
- #include "exitcodes.h" // for ffprobe
-
- // libexiv2 for Exif metadata
--//#include <exiv2/exiv2.hpp>
--// Note: Older versions of Exiv2 don't have the exiv2.hpp include
--// file. Using image.hpp instead seems to work.
--#ifdef _MSC_VER
--#include <exiv2/src/image.hpp>
--#else
--#include <exiv2/image.hpp>
--#endif
-+#include <exiv2/exiv2.hpp>
-
- // To read FFMPEG Metadata
- extern "C" {