]> granicus.if.org Git - imagemagick/commitdiff
Bug fix
authoranthony <anthony@git.imagemagick.org>
Sun, 10 Oct 2010 04:28:31 +0000 (04:28 +0000)
committeranthony <anthony@git.imagemagick.org>
Sun, 10 Oct 2010 04:28:31 +0000 (04:28 +0000)
magick/resample.c

index 19389f83574651e6727bc6c262ac1db9e450ce70..2ccd8155b8be8e12d9f139a93296747d43532daa 100644 (file)
@@ -124,7 +124,7 @@ struct _ResampleFilter
     A, B, C,
     Vlimit, Ulimit, Uwidth, slope;
 
-#if FILTER_DIRECT
+#if FILTER_LUT
   /* LUT of weights for filtered average in elliptical area */
   double
     filter_lut[WLUT_WIDTH];