From 2a50894a436559785a7e0f6f65dde13b0082572c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 22 Apr 2019 20:57:31 +0200 Subject: Add support for GCC hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- art_rgb_bitmap_affine.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'art_rgb_bitmap_affine.h') diff --git a/art_rgb_bitmap_affine.h b/art_rgb_bitmap_affine.h index e3b607a..a4f37e0 100644 --- a/art_rgb_bitmap_affine.h +++ b/art_rgb_bitmap_affine.h @@ -24,9 +24,11 @@ over rgb pixel buffers. */ #ifdef LIBART_COMPILATION +#include "art_config.h" #include "art_filterlevel.h" #include "art_alphagamma.h" #else +#include #include #include #endif @@ -35,7 +37,7 @@ extern "C" { #endif -void +LIBART_EXPORT void art_rgb_bitmap_affine (art_u8 *dst, int x0, int y0, int x1, int y1, int dst_rowstride, const art_u8 *src, -- cgit v1.2.1