get trunk building again
This commit is contained in:
parent
6d05b16923
commit
5068ce69dd
@ -60,6 +60,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include <vips/vips.h>
|
#include <vips/vips.h>
|
||||||
|
#include <vips/internal.h>
|
||||||
|
|
||||||
#ifdef WITH_DMALLOC
|
#ifdef WITH_DMALLOC
|
||||||
#include <dmalloc.h>
|
#include <dmalloc.h>
|
||||||
|
@ -187,9 +187,9 @@ struct im_col_tab_disp {
|
|||||||
float ristep, gistep, bistep;
|
float ristep, gistep, bistep;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct im_col_tab_disp *im_col_make_tables_RGB(
|
struct im_col_tab_disp *im_col_make_tables_RGB( IMAGE *im,
|
||||||
IMAGE *im,
|
|
||||||
struct im_col_display *d );
|
struct im_col_display *d );
|
||||||
|
struct im_col_tab_disp *im_col_display_get_table( struct im_col_display *d );
|
||||||
|
|
||||||
int im__test_kill( IMAGE *im );
|
int im__test_kill( IMAGE *im );
|
||||||
void *im__mmap( int fd, int writeable, size_t length, gint64 offset );
|
void *im__mmap( int fd, int writeable, size_t length, gint64 offset );
|
||||||
|
@ -35,6 +35,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
#include <vips/vips.h>
|
#include <vips/vips.h>
|
||||||
|
#include <vips/internal.h>
|
||||||
|
|
||||||
#include <vips/vipscpp.h>
|
#include <vips/vipscpp.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user