oops, UCS2xx was broken
This commit is contained in:
parent
f78f06d0fc
commit
a5574dc0ce
@ -1,3 +1,7 @@
|
||||
26/11/09 started 7.21.0
|
||||
- branch for new dev cycle
|
||||
- argh, missing init from colour.c (thanks Peter)
|
||||
|
||||
26/11/09 started 7.20.3
|
||||
- updated en_GB.po translation
|
||||
- file_length is gint64 to avoid win32 breakage
|
||||
|
10
configure.in
10
configure.in
@ -5,8 +5,8 @@ AC_CONFIG_MACRO_DIR(m4)
|
||||
|
||||
# user-visible library versioning
|
||||
IM_MAJOR_VERSION=7
|
||||
IM_MINOR_VERSION=20
|
||||
IM_MICRO_VERSION=3
|
||||
IM_MINOR_VERSION=21
|
||||
IM_MICRO_VERSION=0
|
||||
IM_VERSION=$IM_MAJOR_VERSION.$IM_MINOR_VERSION.$IM_MICRO_VERSION
|
||||
IM_VERSION_STRING=$IM_VERSION-`date`
|
||||
|
||||
@ -23,7 +23,7 @@ PACKAGE=vips
|
||||
# interface changes not backwards compatible?: reset age to 0
|
||||
|
||||
LIBRARY_CURRENT=28
|
||||
LIBRARY_REVISION=1
|
||||
LIBRARY_REVISION=2
|
||||
LIBRARY_AGE=13
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
@ -494,8 +494,8 @@ AC_SUBST(PACKAGES_USED)
|
||||
# vips-$IM_MAJOR_VERSION.$IM_MINOR_VERSION.pc
|
||||
# in AC_OUTPUT, but that seems to break for some combinations of sh/m4
|
||||
AC_OUTPUT([
|
||||
vips-7.20.pc
|
||||
vipsCC-7.20.pc
|
||||
vips-7.21.pc
|
||||
vipsCC-7.21.pc
|
||||
Makefile
|
||||
libvips/include/vips/version.h
|
||||
libvips/include/Makefile
|
||||
|
@ -7,6 +7,8 @@
|
||||
* - uses im_wrap_oneonebuf() now
|
||||
* 2/11/09
|
||||
* - gtkdoc
|
||||
* 30/11/09
|
||||
* - argh, im_col_make_tables_UCS(); missing, thanks Peter
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -89,6 +91,8 @@ imb_UCS2LCh( float *p, float *q, int n )
|
||||
int
|
||||
im_UCS2LCh( IMAGE *in, IMAGE *out )
|
||||
{
|
||||
im_col_make_tables_UCS();
|
||||
|
||||
return( im__colour_unary( "im_UCS2LCh", in, out, IM_TYPE_UCS,
|
||||
(im_wrapone_fn) imb_UCS2LCh, NULL, NULL ) );
|
||||
}
|
||||
|
@ -4,12 +4,12 @@ bin_SCRIPTS = \
|
||||
batch_image_convert \
|
||||
batch_rubber_sheet \
|
||||
batch_crop \
|
||||
vips-7.20
|
||||
vips-7.21
|
||||
|
||||
noinst_SCRIPTS = post_install
|
||||
|
||||
EXTRA_DIST = \
|
||||
vips-7.20 \
|
||||
vips-7.21 \
|
||||
${noinst_SCRIPTS} \
|
||||
light_correct.in \
|
||||
shrink_width.in \
|
||||
|
Loading…
Reference in New Issue
Block a user