From 2dd87d9b05b36811aaf19d3c4e47e6e04ccf9de8 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Sun, 1 Sep 2019 13:13:14 +0100 Subject: d/rules: Enable CONFIG_LOWBITDEPTH This enables the use of the faster 8-bit pipeline if possible. It also seems to help avoid crashes when using the ARM NEON intrinsics, but I'm unsure about the underlying cause of those. --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index a806ef81a..1b5c521d1 100755 --- a/debian/rules +++ b/debian/rules @@ -44,6 +44,7 @@ endif override_dh_auto_configure: dh_auto_configure -- \ -DBUILD_SHARED_LIBS=1 \ + -DCONFIG_LOWBITDEPTH=1 \ -DCONFIG_MULTITHREAD=1 \ -DENABLE_TESTS=0 \ -DGIT_EXECUTABLE=/nonexistant-binary \ -- cgit v1.2.3