- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
- « Previous
-
- 1
- 2
- Next »
21 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

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
- « Previous
-
- 1
- 2
- Next »