aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/OPENAL.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-10-03RED-560: Add support for STANDALONE to OPENAL.cmakeAleric Inglewood1-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.
2010-10-02RED-560: Add support for STANDALONE to OPENAL.cmakeAleric Inglewood1-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.
2010-10-02RED-560: Revert changes to indra/cmake/OPENAL.cmakeAleric Inglewood1-19/+104
Revert the changes introduced in http://github.com/AlericInglewood/imprudence/commit/e71d3ea2fad63fa2ec81685a9b09c1bed6b493be
2010-09-28RED-560: Imprudence doesn't compile when configured with --standaloneAleric Inglewood1-104/+19
See http://redmine.imprudenceviewer.org/issues/560
2010-09-23llmediaplugins first stepArmin Weatherwax1-4/+9
2010-09-13stay away from find_library!Nemurimasu Neiro1-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.
2010-08-21Updated windows version of openal-soft to 1.12.854McCabe Maxsted1-2/+2
2010-01-12Fixed 'Cannot generate a safe linker search path' CMake warning on WindowsMcCabe Maxsted1-6/+7
2009-11-08Finally packaged up Mac libraries.Jacek Antonelli1-2/+2
flac, glib, gstreamer, gstreamer-plugins, jpeg-6b, liboil, libpng, libxml, neon, ogg-vorbis, openal, thoera.
2009-08-29Fixed OpenAL CMake errorMcCabe Maxsted1-1/+2
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-1/+1
2009-04-20Help (force) Mac to use the right OpenAL lib and header dir.Jacek Antonelli1-5/+10
2009-04-10Help Mac find the right libalut.0.dylib.Jacek Antonelli1-1/+10
2009-03-29Using OpenAL framework on Mac after all. Maybe.Jacek Antonelli1-1/+7
2009-03-12Don't find specific OpenAL lib locations on Mac/Linux.Jacek Antonelli1-8/+2
Linking that way is bad. Just use -lopenal -lalut instead.
2009-03-11Removed redundant/unnecessary OpenAL lib names and pathsJacek Antonelli1-5/+5
2009-03-11Better indentation in OPENAL.cmake.Jacek Antonelli1-17/+15
2009-02-12Second Life viewer sources 1.22.8-RCJacek Antonelli1-0/+28
2009-02-06develop.py should now work again under windowsMcCabe Maxsted1-2/+11
2009-02-04Updated CMake files to RC1McCabe Maxsted1-3/+10
2008-11-21Cross-platform checking for OpenAL libs.Jacek Antonelli1-6/+77
2008-11-20Enable OpenAL by default.Jacek Antonelli1-1/+1
Configure with -DOPENAL:BOOL=OFF to disable.
2008-11-19(Forgot to check this file in with the OpenAL patch.)Jacek Antonelli1-0/+14