- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Best Regards
Detlef
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Detlef,
It mustn't be so. ippStaticInit in dynamic environment is just an empty call.
Regards,
Sergey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
>>...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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
THX for this answer !
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page