Export comp_op_rgba_xxx to fix linking on Windows via @mathisloge
This commit is contained in:
parent
d436c94c25
commit
0b62415225
1 changed files with 5 additions and 0 deletions
5
deps/agg/include/agg_pixfmt_rgba.h
vendored
5
deps/agg/include/agg_pixfmt_rgba.h
vendored
|
@ -24,6 +24,7 @@
|
||||||
#ifndef AGG_PIXFMT_RGBA_INCLUDED
|
#ifndef AGG_PIXFMT_RGBA_INCLUDED
|
||||||
#define AGG_PIXFMT_RGBA_INCLUDED
|
#define AGG_PIXFMT_RGBA_INCLUDED
|
||||||
|
|
||||||
|
#include <mapnik/config.hpp>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "agg_basics.h"
|
#include "agg_basics.h"
|
||||||
|
@ -3166,6 +3167,10 @@ private:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
extern template struct MAPNIK_DECL comp_op_rgba_hue<agg::rgba8, agg::order_rgba>;
|
||||||
|
extern template struct MAPNIK_DECL comp_op_rgba_saturation<agg::rgba8, agg::order_rgba>;
|
||||||
|
extern template struct MAPNIK_DECL comp_op_rgba_color<agg::rgba8, agg::order_rgba>;
|
||||||
|
extern template struct MAPNIK_DECL comp_op_rgba_value<agg::rgba8, agg::order_rgba>;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
typedef blender_rgba<rgba8, order_rgba> blender_rgba32; //----blender_rgba32
|
typedef blender_rgba<rgba8, order_rgba> blender_rgba32; //----blender_rgba32
|
||||||
|
|
Loading…
Reference in a new issue