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

I wnat to use UMC

raulhuertas
Beginner
273 Views
Hello, I' m reading the doc of UMC that comes with the ipp samples and this library has the level of abstarction that I need. Can anyone tellme where can i find the headers and libraries for start using it?
0 Kudos
4 Replies
raulhuertas
Beginner
273 Views
sorry, now I understand. UMC is not part of IPP right? is part of the samples. oki doki. So I guees that for my application I will need to compile only the parts I need right? cool.
0 Kudos
raulhuertas
Beginner
273 Views
One question, how can i compile UMc on Linux?:S
0 Kudos
raulhuertas
Beginner
273 Views
OK. I just compile the audio_video_codes sample with gcc4 and all the static libs are builded. But when I try to link my testing program the compiler shows:

umc_fio_reader.cpp:(.text+0x4af): undefined reference to `vm_file_fseek'
umc_fio_reader.cpp:(.text+0x4d7): undefined reference to `vm_file_ftell'
umc_fio_reader.cpp:(.text+0x50b): undefined reference to `vm_file_fseek'

I build UMC with GCC(ICC failed) and this error appears with both compilers. Help please! :S
0 Kudos
Vladimir_Dudnik
Employee
273 Views

Hello,

please pay attanetion to IPP audio-video-codecs sample's documentation and Makefiles to see which components do you need to link. For example, from error messages you provide I see that you did not link with uic_io library

Regards,
Vladimir

0 Kudos
Reply