Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Is this the right way ?

detlef_stralaudynami
322 Views
Under \\ipp-samples\\audio-video-codecs\\codec\\vc1_dec\\src\\umc_vc1_dec_seq.cpp line 816 i found a "ippStaticInit" call. I think this call cause a linkage errorif youtry to compile with IPP_PARALLEL_DYNAMIC etc....


Best Regards

Detlef
0 Kudos
3 Replies
Sergey_K_Intel
Employee
322 Views
Hi Detlef,
It mustn't be so. ippStaticInit in dynamic environment is just an empty call.
Regards,
Sergey
0 Kudos
SergeyKostrov
Valued Contributor II
322 Views
>>...a "ippStaticInit" call. I think this call cause a linkage error...

Could you provide a full text for the error?

I've done some verifications:

- 'ippStaticInit' is declared in 'ippCore.h' header file
- there is a reference to 'ippCore.h' in 'umc_vc1_dec_seq.cpp' source file
- there are a couple of lib files for the linker with a reference to 'ippStaticInit' function:

ippcore.lib
ippcore64.lib

How did you try to compile it?

Best regards,
Sergey
0 Kudos
detlef_stralaudynami
322 Views
THX for this answer !
0 Kudos
Reply