more freq_dispatch to deprecated

This commit is contained in:
John Cupitt 2014-01-07 09:14:53 +00:00
parent f5b0722a13
commit 3dcf138fc4
5 changed files with 3 additions and 11 deletions

8
TODO
View File

@ -1,11 +1,3 @@
- fix cross-phase
$ vips complex2 x.v x2.v x3.v cross-phase
vips_object_sanity: null object
** VIPS:ERROR:image.c:2473:vips_image_pio_input: assertion failed:
(vips_object_sanity( VIPS_OBJECT( image ) ))
Aborted (core dumped)
- try:

View File

@ -37,7 +37,7 @@
<xi:include href="xml/conversion.xml"/>
<xi:include href="xml/convolution.xml"/>
<xi:include href="xml/foreign.xml"/>
<xi:include href="xml/freq_filt.xml"/>
<xi:include href="xml/freqfilt.xml"/>
<xi:include href="xml/histogram.xml"/>
<xi:include href="xml/inplace.xml"/>
<xi:include href="xml/interpolate.xml"/>

View File

@ -2,6 +2,7 @@ noinst_LTLIBRARIES = libdeprecated.la
libdeprecated_la_SOURCES = \
tone.c \
freq_dispatch.c \
im_linreg.c \
im_point_bilinear.c \
resample_dispatch.c \

View File

@ -7,7 +7,6 @@ libfreqfilt_la_SOURCES = \
invfft.c \
freqmult.c \
spectrum.c \
phasecor.c \
freq_dispatch.c
phasecor.c
AM_CPPFLAGS = -I${top_srcdir}/libvips/include @VIPS_CFLAGS@ @VIPS_INCLUDES@