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