Changeset fc79822ce4 in mythtv
- Timestamp:
- Apr 30, 2019, 5:32:08 PM (5 years ago)
- 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)
- File:
-
- 1 edited
-
mythtv/libs/libmythmetadata/imagemetadata.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/libs/libmythmetadata/imagemetadata.cpp
rf92255ce0 rfc79822ce4 8 8 9 9 // 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> 18 11 19 12 // To read FFMPEG Metadata
Note: See TracChangeset
for help on using the changeset viewer.
