From 3b00a59febd1920037cb0a6027b3757edaaaff2b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 31 Dec 2017 18:59:23 +0000 Subject: Try to fix build on OS X. --- test/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test.cc b/test/test.cc index dff7800ce..edeb89925 100644 --- a/test/test.cc +++ b/test/test.cc @@ -239,7 +239,7 @@ check_image (boost::filesystem::path ref, boost::filesystem::path check) /* XXX: this is a hack; we really want the ImageMagick call but GraphicsMagick doesn't have it; this may cause random test failures on platforms that use GraphicsMagick. */ -#ifdef DCPOMATIC_IMAGE_MAGICK +#ifdef DCPOMATIC_ADVANCED_MAGICK_COMPARE double const dist = ref_image.compare(check_image, Magick::RootMeanSquaredErrorMetric); BOOST_CHECK_MESSAGE (dist < 0.001, ref << " differs from " << check << " " << dist); #else -- cgit v1.2.3