Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

IPP JPEG on Linux

valipp
Beginner
2,947 Views
I have successfully compile the windows port of IJG JPEG library with IPP on Linux.

using compile cjpeg and djpeg works !

now I would like to replace the standard Linux library with it...

first : the structure size is not compatible because of the flag useIPP...

I manage to remove it as i would like a full IPP library.

but now I can't laod the library in binaries compile with the standard one as it needs :

static init of the IPP library if I compile them in static..

or can't load the shared one if I link the IPP in shared version.

Is there a way to have IPP used in a shared library ?


thanks
0 Kudos
21 Replies
Vladimir_Dudnik
Employee
216 Views
Yes, this is something strange. So you are sure that /usr/lib/libjpeg.so contains IPP functions, but when application tried to load this library the functions can't be found?
Vladimir
0 Kudos
Reply