Browse Source

Define magickcore macros to remove warnings

jp9000 11 years ago
parent
commit
6db5458f22
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libobs/graphics/graphics-magick.c

+ 2 - 0
libobs/graphics/graphics-magick.c

@@ -1,5 +1,7 @@
 #include "graphics.h"
 
+#define MAGICKCORE_QUANTUM_DEPTH 16
+#define MAGICKCORE_HDRI_ENABLE   0
 #include <magick/MagickCore.h>
 
 void gs_init_image_deps()