Changeset fc79822ce4 in mythtv


Ignore:
Timestamp:
Apr 30, 2019, 5:32:08 PM (5 years ago)
Author:
David Hampton <mythtv@…>
Branches:
fixes/30
Children:
a32ec4bdea
Parents:
f92255ce0
git-author:
David Hampton <mythtv@…> (04/30/19 17:32:08)
git-committer:
David Hampton <mythtv@…> (05/01/19 02:55:34)
Message:

Fix compilation with exiv2 > 0.27.0.

Remove an old workaround that was introduced so that MythTV would
continue to compile after the introduction of exiv2 version 0.21. The
exiv2 file this workaround required was removed in 0.27.1.

MythTV now requires upon exiv2 0.21 or better.

Fixes #13452.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mythtv/libs/libmythmetadata/imagemetadata.cpp

    rf92255ce0 rfc79822ce4  
    88
    99// libexiv2 for Exif metadata
    10 //#include <exiv2/exiv2.hpp>
    11 // Note: Older versions of Exiv2 don't have the exiv2.hpp include
    12 // file.  Using image.hpp instead seems to work.
    13 #ifdef _MSC_VER
    14 #include <exiv2/src/image.hpp>
    15 #else
    16 #include <exiv2/image.hpp>
    17 #endif
     10#include <exiv2/exiv2.hpp>
    1811
    1912// To read FFMPEG Metadata
Note: See TracChangeset for help on using the changeset viewer.