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

MuxerKafe.cpp:(.text+0x1fe): undefined reference to `UMC::MPEG2Muxer::Init(UMC::MuxerParams*)

Rodolphe_Fouquet
Beginner
237 Views
Hi,
I've been trying to compile your example about the simple muxer found on your website, and I've that error.
obj/MuxerKafe.o: In function `MuxerKafe::Muxage()':
MuxerKafe.cpp:(.text+0x1fe): undefined reference to `UMC::MPEG2Muxer::Init(UMC::MuxerParams*)'
obj/MuxerKafe.o: In function `MuxerKafe::MuxerKafe()':
MuxerKafe.cpp:(.text+0x2d0): undefined reference to `UMC::MPEG2Muxer::MPEG2Muxer()'
MuxerKafe.cpp:(.text+0x43d): undefined reference to `UMC::MPEG2Muxer::~MPEG2Muxer()'
obj/MuxerKafe.o: In function `MuxerKafe::MuxerKafe()':
MuxerKafe.cpp:(.text+0x4e0): undefined reference to `UMC::MPEG2Muxer::MPEG2Muxer()'
MuxerKafe.cpp:(.text+0x64d): undefined reference to `UMC::MPEG2Muxer::~MPEG2Muxer()'
So... looks like I'm missing a library in there, but I don't know which one.
Do you have any idea?
P.S: my makefile and link_list are attached.
EDIT: Whooooo, sorry, problem fixed... I found the mpeg2_mux.a lib in the depth of ipp-samples, my bad, I missed it. If you cann close the topic.
0 Kudos
1 Reply
Chao_Y_Intel
Moderator
237 Views
Glad to know it works for you now Thanks, Chao
0 Kudos
Reply