fix macro set for chunky-read-support

This commit is contained in:
Frank Warmerdam 2011-02-18 22:28:58 +00:00
parent 0a3abc0fe8
commit 9d37e46393
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -19712,7 +19712,7 @@ fi
if test "$HAVE_CHUNKY_STRIP_READ" = "yes" ; then
$as_echo "#define CHUNKY_STRIP_READ 1" >>confdefs.h
$as_echo "#define CHUNKY_STRIP_READ_SUPPORT 1" >>confdefs.h
fi

View File

@ -866,7 +866,7 @@ AC_ARG_ENABLE(chunky-strip-read,
[HAVE_CHUNKY_STRIP_READ=$enableval], [HAVE_CHUNKY_STRIP_READ=no])
if test "$HAVE_CHUNKY_STRIP_READ" = "yes" ; then
AC_DEFINE(CHUNKY_STRIP_READ,1,[enable partial strip reading for large strips (experimental)])
AC_DEFINE(CHUNKY_STRIP_READ_SUPPORT,1,[enable partial strip reading for large strips (experimental)])
fi

View File

@ -11,7 +11,7 @@
#undef CHECK_JPEG_YCBCR_SUBSAMPLING
/* enable partial strip reading for large strips (experimental) */
#undef CHUNKY_STRIP_READ
#undef CHUNKY_STRIP_READ_SUPPORT
/* Support C++ stream API (requires C++ compiler) */
#undef CXX_SUPPORT