On Fri, May 21, 2010 at 12:59 PM, Marcus Meissner marcus@jet.franken.de wrote:
As libjpeg and libpng bumped their major versions in the last months I had to adjust some of my library requires in my wine.spec file.
This caused me thinking if it is really necessary to dynamically load nearly every library.
Can we make some of those direct linking? libjpeg and libpng and some other lowlevel libraries might be useful.
+1 for static linking them.