[Bug 3364] PATCH: allow usage of system libjpeg

bugzilla-daemon at icculus.org bugzilla-daemon at icculus.org
Wed Sep 26 11:07:28 EDT 2007


http://bugzilla.icculus.org/show_bug.cgi?id=3364


j.w.r.degoede at hhs.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1524 is|0                           |1
           obsolete|                            |




------- Comment #3 from j.w.r.degoede at hhs.nl  2007-09-26 11:07 EDT -------
Created an attachment (id=1525)
 --> (http://bugzilla.icculus.org/attachment.cgi?id=1525&action=view)
New patch which makes system jpeg use quake3's Malloc and Free

Okay, here is a new version which makes the system libjpeg use quake's Malloc
and Free, just like its done with the included libjpeg copy. This depends on
Linux behavior that symbols in the executable will be used first when resolving
symbols, even when resolving symbols for the library. I've verified this by
adding printf's to these functions, and these got triggered. I don't know if
this will work on other platforms so maybe using the system libjpeg should be
made Linux only.

This should resolve the problem mentioned with this in bug 2408.


-- 
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.



More information about the quake3-bugzilla mailing list