[osg-users] OSX image library support for 64-bit

2010-03-26 Thread Chuck Seberino
In the toplevel CMakeLists.txt there is this clause(line 497-512) to remove the check for certain image libraries on OSX. # Image readers/writers depend on 3rd party libraries except for OS X which # can use Quicktime. IF(NOT APPLE) FIND_PACKAGE(GIFLIB) FIND_PACKAGE(JPEG)

Re: [osg-users] OSX image library support for 64-bit

2010-03-26 Thread Chuck Seberino
I thought about this a bit more and think I have a good solution. We already do a 64-bit check in FindQuickTime.cmake for OSX, so reordering things a little will give us what we need. Here is the resulting check in trunk/CMakeLists.txt# Image readers/writers depend on 3rd party libraries except

Re: [osg-users] OSX image library support for 64-bit

2010-03-26 Thread Stephan Huber
Hi, Am 26.03.10 19:25, schrieb Chuck Seberino: I would like to propose we switch to the former approach. I can see 64-bit compilation being more prevalent going forward. Thoughts? With current trunk you should get the cocoa-backend and the imageio-plugin automatically when using the 10.6