aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-18 23:35:14 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-19 01:11:47 +0100
commit45238d78cd9535b33bfbeeaaac4645af1bd93834 (patch)
tree13f9e3d1d69dbc563e9c77dd44f22d117a5614d7 /fiv-io.c
parent8a656121a392c16428a05e27d6a33a7923e1b0b2 (diff)
downloadfiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.tar.gz
fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.tar.xz
fiv-45238d78cd9535b33bfbeeaaac4645af1bd93834.zip
Mesonize JPEG Quant Smooth
Now SIMD works on amd64, although the build remains questionable, because it assumes that all of its compiler flags will work. This way we lose an uncomfortable git submodule. Also, add Meson subprojects to .gitignore.
Diffstat (limited to 'fiv-io.c')
-rw-r--r--fiv-io.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/fiv-io.c b/fiv-io.c
index a666230..48f862c 100644
--- a/fiv-io.c
+++ b/fiv-io.c
@@ -32,10 +32,7 @@
#include <stdio.h>
#include <jpeglib.h>
-// This library is tricky to build, simply make it work at all.
-#define NO_SIMD
-#include <jpeg-quantsmooth/quantsmooth.h>
-#undef NO_SIMD
+#include <libjpegqs.h>
#endif // HAVE_JPEG_QS
// Colour management must be handled before RGB conversions.