Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 691904
Collapse All | Expand All

(-)file_not_specified_in_diff (-9 / +2 lines)
Line  Link Here
0
-- a/libs/libmythmetadata/imagemetadata.cpp
0
++ b/libs/libmythmetadata/imagemetadata.cpp
Lines 7-20 Link Here
7
#include "exitcodes.h"        // for ffprobe
7
#include "exitcodes.h"        // for ffprobe
8
8
9
// libexiv2 for Exif metadata
9
// libexiv2 for Exif metadata
10
//#include <exiv2/exiv2.hpp>
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
18
11
19
// To read FFMPEG Metadata
12
// To read FFMPEG Metadata
20
extern "C" {
13
extern "C" {

Return to bug 691904