mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 05:29:54 +08:00
fixed duplicated external symbols in the static version of OpenCV
This commit is contained in:
parent
6eb36a5569
commit
e954577304
@ -713,7 +713,7 @@ static CvStatus CV_STDCALL icvGetRectSubPix_8u32f_C1R
|
||||
|
||||
#define ICV_DEF_GET_QUADRANGLE_SUB_PIX_FUNC( flavor, srctype, dsttype, \
|
||||
worktype, cast_macro, cvt ) \
|
||||
CvStatus CV_STDCALL \
|
||||
static CvStatus CV_STDCALL \
|
||||
icvGetQuadrangleSubPix_##flavor##_C1R \
|
||||
( const srctype * src, int src_step, CvSize src_size, \
|
||||
dsttype *dst, int dst_step, CvSize win_size, const float *matrix ) \
|
||||
|
Loading…
Reference in New Issue
Block a user