move hist dispatch to deprecated

This commit is contained in:
John Cupitt 2013-09-10 20:36:24 +01:00
parent 96b3bf1fcb
commit f68a09949a
4 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ libdeprecated_la_SOURCES = \
deprecated_dispatch.c \
colour_dispatch.c \
arith_dispatch.c \
hist_dispatch.c \
im_maxpos_avg.c \
wrapvips7.c \
lazy.c \

View File

@ -14,7 +14,6 @@ libhistogram_la_SOURCES = \
hist_local.c \
stdif.c \
\
hist_dispatch.c \
im_mpercent.c \
im_project.c \
tone.c

View File

@ -867,9 +867,10 @@ int im_lhisteq( VipsImage *in, VipsImage *out, int xwin, int ywin );
int im_stdif( VipsImage *in, VipsImage *out,
double a, double m0, double b, double s0, int xwin, int ywin );
/* Not really correct, but who uses this.
/* Not really correct, but who uses these.
*/
#define im_lhisteq_raw im_lhisteq
#define im_stdif_raw im_stdif
/* ruby-vips uses this
*/