[Interest] [Qt-iOS] How can I linked to libjpeg-turbo?

Liang Jian jianliang79 at gmail.com
Wed Dec 17 15:10:11 CET 2014


    I will try it, thanks.

On Wed, Dec 17, 2014 at 10:03 PM, René J.V. <rjvbertin at gmail.com> wrote:
>
> On Wednesday December 17 2014 21:21:29 Liang Jian wrote:
>
> >    The second way require modification of libjpeg-turbo ( maybe remove
> the
> >entire old libjpeg style API ) which is beyond me.
>
> It's really not difficult, but it will be a bit of work to ensure that you
> rename everything that has to be renamed. Functions that are not exported
> from the library (which includes all that are marked static) won't have to
> be renamed for instance.
> The goal is simply to avoid having 2 functions with the same name.
> If you're working in C++ you might be able to achieve this by putting all
> of libjpeg-turbo in its own namespace.
>
> R.
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20141217/0173e0e1/attachment.html>


More information about the Interest mailing list