CVS Update: cr (branch: trunk)
Robert Ellison <[email protected]> Thu, 21 Sep 2006 08:31:40 -0700
| Newsgroups | gmane.comp.graphics.chromium.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/chromium Module name: cr Repository: cr/spu_loader/ Changes by: [email protected].(none) 06/09/21 08:31:40 Log message: This adjusts the method used for finding the system OpenGL library yet again. On at least one AMD64 system (RHEL3u4), the "__amd64__" macro, required for properly locating the system OpenGL library in /usr/lib64 instead of /usr/lib, is *not* predefined, causing runtime errors when the OpenGL library cannot be located. The "__x86_64__" macro *is* predefined on this system; so I'm just converting the "defined(__amd64__)" to "(defined(__amd64__) || defined(__x86_64__))". Modified files: cr/spu_loader/: glloader.py Revision Changes Path 1.42 +1 -1 cr/spu_loader/glloader.py ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV