summaryrefslogtreecommitdiff
path: root/media-video/dcpomatic/files/dcpomatic-2.10.2-imagemagick-7.patch
blob: 2e4e9e8838efa3de55a87454a8eb0c2edf31f353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- dcpomatic-2.10.2/src/lib/environment_info.cc
+++ dcpomatic-2.10.2/src/lib/environment_info.cc
@@ -25,12 +25,13 @@
 #include <dcp/version.h>
 #include <libssh/libssh.h>
 #ifdef DCPOMATIC_IMAGE_MAGICK
-#include <magick/MagickCore.h>
+#include <MagickCore/MagickCore.h>
+#include <MagickCore/version.h>
 #else
 #include <magick/common.h>
 #include <magick/magick_config.h>
-#endif
 #include <magick/version.h>
+#endif
 extern "C" {
 #include <libavcodec/avcodec.h>
 #include <libavformat/avformat.h>