remove old gif loader
This commit is contained in:
parent
25f0f652d1
commit
4ed0ce3e2e
@ -7,7 +7,6 @@ libforeign_la_SOURCES = \
|
||||
quantise.c \
|
||||
exif.c \
|
||||
gifload.c \
|
||||
gifload2.c \
|
||||
cairo.c \
|
||||
pdfload.c \
|
||||
pdfload_pdfium.c \
|
||||
|
@ -1832,9 +1832,6 @@ vips_foreign_operation_init( void )
|
||||
extern GType vips_foreign_load_gif_get_type( void );
|
||||
extern GType vips_foreign_load_gif_file_get_type( void );
|
||||
extern GType vips_foreign_load_gif_buffer_get_type( void );
|
||||
extern GType vips_foreign_load_gif2_get_type( void );
|
||||
extern GType vips_foreign_load_gif2_file_get_type( void );
|
||||
extern GType vips_foreign_load_gif2_buffer_get_type( void );
|
||||
|
||||
vips_foreign_load_csv_get_type();
|
||||
vips_foreign_save_csv_get_type();
|
||||
@ -1884,9 +1881,6 @@ vips_foreign_operation_init( void )
|
||||
vips_foreign_load_gif_get_type();
|
||||
vips_foreign_load_gif_file_get_type();
|
||||
vips_foreign_load_gif_buffer_get_type();
|
||||
vips_foreign_load_gif2_get_type();
|
||||
vips_foreign_load_gif2_file_get_type();
|
||||
vips_foreign_load_gif2_buffer_get_type();
|
||||
#endif /*HAVE_GIFLIB*/
|
||||
|
||||
#ifdef HAVE_GSF
|
||||
|
@ -560,11 +560,6 @@ int vips_gifload( const char *filename, VipsImage **out, ... )
|
||||
int vips_gifload_buffer( void *buf, size_t len, VipsImage **out, ... )
|
||||
__attribute__((sentinel));
|
||||
|
||||
int vips_gifload2( const char *filename, VipsImage **out, ... )
|
||||
__attribute__((sentinel));
|
||||
int vips_gifload2_buffer( void *buf, size_t len, VipsImage **out, ... )
|
||||
__attribute__((sentinel));
|
||||
|
||||
int vips_niftiload( const char *filename, VipsImage **out, ... )
|
||||
__attribute__((sentinel));
|
||||
int vips_niftisave( VipsImage *in, const char *filename, ... )
|
||||
|
Loading…
Reference in New Issue
Block a user