[Bug 246525] Review Request: libMini - A high-performance terrain rendering library

bugzilla at redhat.com bugzilla at redhat.com
Mon Sep 15 19:14:29 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=246525





--- Comment #19 from Rick L Vinyard Jr <rvinyard at cs.nmsu.edu>  2008-09-15 15:14:28 EDT ---
Also, just for clarification.... mini doesn't have any DXT code of its own.
mini relies on libsquish for a DXT implementation.

Since squish is not available (and won't be available in Fedora) mini is built
with the "--with-squish=no" configure option which #defines NOSQUISH. If
NOSQUISH is defined the squish library headers are not included and squish is
not linked against... thus DXT is not used.

The package does include a squishbase.cpp patch, but this is only because the
#ifdef NOSQUISH is in the wrong place... it should be around the #include
<squish.h> line instead of the #include <squishbase.h> line.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list