diff options
Diffstat (limited to 'fiv-io.c')
-rw-r--r-- | fiv-io.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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. |