aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/OPENAL.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated the windows version of openal-soft to 1.13McCabe Maxsted2011-06-241-2/+2
|
* RED-560: Add support for STANDALONE to OPENAL.cmakeAleric Inglewood2010-10-031-2/+12
| | | | | | | | | | | | | | | Use pkg_check_modules to find freealut (and openal) for STANDALONE. Non-standalone is untouched by this version. The changes relative to snowglobe (for the STANDALONE path) is that I removed the 'include(FindOpenAL) (that comes with cmake) which not only doesn't find libalut, but even sets the wrong cmake variables (it sets OPENAL_LIBRARY, and our cmake scripts *use* OPENAL_LIBRARIES). Moreover, under the assumption that STANDALONE really is only for linux (and I think that is so), every linux distribution DOES have freealut (and openal) installed with a pkg-config anyway. I also removed pkg_check_modules(openal) because it is redundant: freealut pulls that in already.
* stay away from find_library!Nemurimasu Neiro2010-09-131-5/+3
| | | | | | | | due to an undocumented feature of find_xxx functions in CMake, no additional libraries may be found after the first call to a find_xxx function that searches the prebuilt libraries folder. CMake will request the folder contents *at most once* and libraries added by install.py will be missed.
* Updated windows version of openal-soft to 1.12.854McCabe Maxsted2010-08-211-2/+2
|
* Fixed 'Cannot generate a safe linker search path' CMake warning on WindowsMcCabe Maxsted2010-01-121-6/+7
|
* Finally packaged up Mac libraries.Jacek Antonelli2009-11-081-2/+2
| | | | | flac, glib, gstreamer, gstreamer-plugins, jpeg-6b, liboil, libpng, libxml, neon, ogg-vorbis, openal, thoera.
* Fixed OpenAL CMake errorMcCabe Maxsted2009-08-291-1/+2
|
* Help (force) Mac to use the right OpenAL lib and header dir.Jacek Antonelli2009-04-201-5/+10
|
* Help Mac find the right libalut.0.dylib.Jacek Antonelli2009-04-101-1/+10
|
* Using OpenAL framework on Mac after all. Maybe.Jacek Antonelli2009-03-291-1/+7
|
* Don't find specific OpenAL lib locations on Mac/Linux.Jacek Antonelli2009-03-121-8/+2
| | | | Linking that way is bad. Just use -lopenal -lalut instead.
* Removed redundant/unnecessary OpenAL lib names and pathsJacek Antonelli2009-03-111-5/+5
|
* Better indentation in OPENAL.cmake.Jacek Antonelli2009-03-111-17/+15
|
* develop.py should now work again under windowsMcCabe Maxsted2009-02-061-2/+11
|
* Updated CMake files to RC1McCabe Maxsted2009-02-041-3/+10
|
* Merge branch 'next' into openalAnders Arnholm2008-12-131-2/+2
| | | | | | Conflicts: ChangeLog.txt
* Cross-platform checking for OpenAL libs.Jacek Antonelli2008-11-211-6/+77
|
* Enable OpenAL by default.Jacek Antonelli2008-11-201-1/+1
| | | | Configure with -DOPENAL:BOOL=OFF to disable.
* (Forgot to check this file in with the OpenAL patch.)Jacek Antonelli2008-11-191-0/+14