diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:17:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-05-23 21:17:23 +0100 |
| commit | 3739c62f626b65da929d37fb7efc44a8e349e6f1 (patch) | |
| tree | a2f91eb01fbd3014d2a5348f38fdd09a31e7f927 /src/lib/image_examiner.cc | |
| parent | 2b2823284b07354d1f480e54aded1aba45716cf5 (diff) | |
Attempt to make more concessions for Centos 5.
Diffstat (limited to 'src/lib/image_examiner.cc')
| -rw-r--r-- | src/lib/image_examiner.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/image_examiner.cc b/src/lib/image_examiner.cc index e0be15794..b9cd1caf5 100644 --- a/src/lib/image_examiner.cc +++ b/src/lib/image_examiner.cc @@ -43,7 +43,7 @@ ImageExaminer::ImageExaminer (shared_ptr<const Film> film, shared_ptr<const Imag : _film (film) , _image_content (content) { -#ifdef DCPOMATIC_IMAGE_MAGICK +#ifdef DCPOMATIC_HAVE_MAGICKCORE_NAMESPACE using namespace MagickCore; #endif boost::filesystem::path path = content->path(0).string (); |
