Add quantum depth

This commit is contained in:
asonix
2020-10-10 17:46:38 -05:00
parent ce36ba8cff
commit e387f40bf0

View File

@ -26,7 +26,9 @@ use std::process::Command;
const MIN_VERSION: &'static str = "7.0";
const MAX_VERSION: &'static str = "7.1";
static HEADER: &'static str = "#include <MagickWand/MagickWand.h>\n";
static HEADER: &'static str = r#"#define MAGICKCORE_QUANTUM_DEPTH 8
#include <MagickWand/MagickWand.h>
"#;
fn main() {
if cfg!(target_os = "freebsd") {