diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-10 19:30:55 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-07-10 19:30:55 +0000 |
commit | 6dc0b2cfc84b352a57ba4c627c97a71fb5ab8451 (patch) | |
tree | a3d23a1473ae547c3eb2b610311e35a9006eae4e /multimedia/mythtv | |
parent | a3289277ff67404b5ba8b518e9ec11b74fd7233e (diff) |
graphics/exiv2: update to 0.27.1
Exp-run by: antoine
PR: 239028
Notes
Notes:
svn path=/head/; revision=506383
Diffstat (limited to 'multimedia/mythtv')
-rw-r--r-- | multimedia/mythtv/files/patch-libs_libmythmetadata_imagemetadata.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/multimedia/mythtv/files/patch-libs_libmythmetadata_imagemetadata.cpp b/multimedia/mythtv/files/patch-libs_libmythmetadata_imagemetadata.cpp new file mode 100644 index 000000000000..5cc747752168 --- /dev/null +++ b/multimedia/mythtv/files/patch-libs_libmythmetadata_imagemetadata.cpp @@ -0,0 +1,18 @@ +--- libs/libmythmetadata/imagemetadata.cpp.orig 2019-07-07 08:48:08 UTC ++++ 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" { |