oops, README dropped from dist

This commit is contained in:
John Cupitt 2014-11-23 14:02:38 +00:00
parent 3d1469179c
commit 9a3fcc74c1
2 changed files with 3 additions and 2 deletions

View File

@ -58,6 +58,7 @@ EXTRA_DIST = \
libvips.supp \
acinclude.m4 \
depcomp \
README.md \
$(C_DIST_DIR) \
$(P_DIST_DIR) \
$(P8_DIST_DIR) \

View File

@ -127,14 +127,14 @@ vips_gaussblur_class_init( VipsGaussblurClass *class )
VIPS_ARG_DOUBLE( class, "sigma", 3,
_( "Sigma" ),
_( "Sigma of gaussian" ),
_( "Sigma of Gaussian" ),
VIPS_ARGUMENT_REQUIRED_INPUT,
G_STRUCT_OFFSET( VipsGaussblur, sigma ),
0.01, 1000, 1.5 );
VIPS_ARG_DOUBLE( class, "min_ampl", 3,
_( "Minimum amplitude" ),
_( "Minimum amplitude of gaussian" ),
_( "Minimum amplitude of Gaussian" ),
VIPS_ARGUMENT_OPTIONAL_INPUT,
G_STRUCT_OFFSET( VipsGaussblur, min_ampl ),
0.001, 1.0, 0.2 );