Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 688084 | Differences between
and this patch

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
// libexiv2 for Exif metadata
8
// libexiv2 for Exif metadata
9
//#include <exiv2/exiv2.hpp>
9
#include <exiv2/exiv2.hpp>
10
// Note: Older versions of Exiv2 don't have the exiv2.hpp include
11
// file.  Using image.hpp instead seems to work.
12
#ifdef _MSC_VER
13
#include <exiv2/src/image.hpp>
14
#else
15
#include <exiv2/image.hpp>
16
#endif
17
// To read FFMPEG Metadata
10
// To read FFMPEG Metadata
18
extern "C" {
11
extern "C" {

Return to bug 688084