always build cairo.c
This commit is contained in:
parent
8ed8515c49
commit
bab11cec1d
@ -32,12 +32,12 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif /*HAVE_CONFIG_H*/
|
#endif /*HAVE_CONFIG_H*/
|
||||||
|
|
||||||
#if defined(HAVE_RSVG) || defined(HAVE_POPPLER)
|
|
||||||
|
|
||||||
#include <vips/vips.h>
|
#include <vips/vips.h>
|
||||||
#include <vips/internal.h>
|
#include <vips/internal.h>
|
||||||
|
|
||||||
/* Convert from ARGB to RGBA and undo premultiplication.
|
/* Convert from ARGB to RGBA and undo premultiplication.
|
||||||
|
*
|
||||||
|
* See also openslide's argb2rgba().
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
vips__cairo2rgba( guint32 * restrict buf, int n )
|
vips__cairo2rgba( guint32 * restrict buf, int n )
|
||||||
@ -64,5 +64,3 @@ vips__cairo2rgba( guint32 * restrict buf, int n )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
Reference in New Issue
Block a user