From 6329e3999d0a45b4c0cd0a8b675362e694bf1243 Mon Sep 17 00:00:00 2001 From: Adrian Johnson Date: Thu, 15 Oct 2015 07:11:13 +1030 Subject: [PATCH 1/2] configure: warn that the internal DCT/JPX decoders are unmaintained --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e826adf..710d26a 100644 --- a/configure.ac +++ b/configure.ac @@ -1038,7 +1038,7 @@ if test x$enable_single_precision = xyes -a x$enable_fixedpoint = xyes; then fi if test x$enable_libjpeg != xyes; then - echo " Warning: Using libjpeg is recommended" + echo " Warning: Using libjpeg is recommended. The internal DCT decoder is unmaintained." fi if test x$enable_zlib != xno; then @@ -1046,5 +1046,5 @@ if test x$enable_zlib != xno; then fi if test x$enable_libopenjpeg != xyes; then - echo " Warning: Using libopenjpeg is recommended" + echo " Warning: Using libopenjpeg is recommended. The internal JPX decoder is unmaintained." fi -- 2.1.4