mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
IPPInitSingelton initialization guards;
This commit is contained in:
parent
e837d69f8f
commit
6a0d3b06f2
@ -1344,8 +1344,7 @@ public:
|
|||||||
|
|
||||||
static IPPInitSingelton& getIPPSingelton()
|
static IPPInitSingelton& getIPPSingelton()
|
||||||
{
|
{
|
||||||
static IPPInitSingelton sing;
|
CV_SINGLETON_LAZY_INIT_REF(IPPInitSingelton, new IPPInitSingelton())
|
||||||
return sing;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int getIppFeatures()
|
int getIppFeatures()
|
||||||
|
Loading…
Reference in New Issue
Block a user