- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
One question, how can i compile UMc on Linux?:S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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