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

Linker problem

shalom
Beginner
395 Views

Can anyone help me to get rid of this link error:

Linking...
umc_mpeg4_video_decoder.obj : error LNK2019: unresolved external symbol "class UMC::BaseCodec * __cdecl UMC::createVideoProcessing(void)" (?createVideoProcessing@UMC@@YAPAVBaseCodec@1@XZ) referenced in function "public: virtual int __thiscall UMC::MPEG4VideoDecoder::GetFrame(class UMC::MediaData *,class UMC::MediaData *)" (?GetFrame@MPEG4VideoDecoder@UMC@@UAEHPAVMediaData@2@0@Z)
C:Program FilesVisual Studio 2005Projectsmp4_decoderDebugmp4_decoder.exe : fatal error LNK1120: 1 unresolved externals
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
395 Views

Hello,

it seems you work with your own project based on UMC components. Please let me know in case that issue is when you compile IPP media sample as is.

To resolve link issue you need to link with color_space_convertor library where this function should be defined.

Regards,
Vladimir

0 Kudos
Reply