fix macro set for chunky-read-support
This commit is contained in:
parent
0a3abc0fe8
commit
9d37e46393
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user