Merge branch 'master' of github.com:jcupitt/libvips
This commit is contained in:
commit
1046619f3a
@ -5,7 +5,7 @@ before_script:
|
||||
--disable-dependency-tracking
|
||||
--with-jpeg-includes=$JPEG/include
|
||||
--with-jpeg-libraries=$JPEG/lib
|
||||
- make -j$JOBS -s V=0
|
||||
- make -j$JOBS -s
|
||||
script:
|
||||
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check
|
||||
|
||||
@ -72,7 +72,7 @@ matrix:
|
||||
- brew install --ignore-dependencies gtk-doc
|
||||
- brew install
|
||||
gobject-introspection
|
||||
expat fftw mozjpeg libexif
|
||||
fftw mozjpeg libexif
|
||||
libpng webp
|
||||
swig imagemagick
|
||||
cfitsio libmatio
|
||||
|
@ -416,7 +416,7 @@ vips_image_guess_format( const VipsImage *image )
|
||||
|
||||
/* Stop a compiler warning.
|
||||
*/
|
||||
format = VIPS_INTERPRETATION_MULTIBAND;
|
||||
format = VIPS_FORMAT_UCHAR;
|
||||
|
||||
switch( image->Type ) {
|
||||
case VIPS_INTERPRETATION_B_W:
|
||||
|
Loading…
Reference in New Issue
Block a user