Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the windows version of openal-soft to 1.13 | McCabe Maxsted | 2011-06-24 | 1 | -2/+2 |
| | |||||
* | RED-560: Add support for STANDALONE to OPENAL.cmake | Aleric Inglewood | 2010-10-03 | 1 | -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 Neiro | 2010-09-13 | 1 | -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.854 | McCabe Maxsted | 2010-08-21 | 1 | -2/+2 |
| | |||||
* | Fixed 'Cannot generate a safe linker search path' CMake warning on Windows | McCabe Maxsted | 2010-01-12 | 1 | -6/+7 |
| | |||||
* | Finally packaged up Mac libraries. | Jacek Antonelli | 2009-11-08 | 1 | -2/+2 |
| | | | | | flac, glib, gstreamer, gstreamer-plugins, jpeg-6b, liboil, libpng, libxml, neon, ogg-vorbis, openal, thoera. | ||||
* | Fixed OpenAL CMake error | McCabe Maxsted | 2009-08-29 | 1 | -1/+2 |
| | |||||
* | Help (force) Mac to use the right OpenAL lib and header dir. | Jacek Antonelli | 2009-04-20 | 1 | -5/+10 |
| | |||||
* | Help Mac find the right libalut.0.dylib. | Jacek Antonelli | 2009-04-10 | 1 | -1/+10 |
| | |||||
* | Using OpenAL framework on Mac after all. Maybe. | Jacek Antonelli | 2009-03-29 | 1 | -1/+7 |
| | |||||
* | Don't find specific OpenAL lib locations on Mac/Linux. | Jacek Antonelli | 2009-03-12 | 1 | -8/+2 |
| | | | | Linking that way is bad. Just use -lopenal -lalut instead. | ||||
* | Removed redundant/unnecessary OpenAL lib names and paths | Jacek Antonelli | 2009-03-11 | 1 | -5/+5 |
| | |||||
* | Better indentation in OPENAL.cmake. | Jacek Antonelli | 2009-03-11 | 1 | -17/+15 |
| | |||||
* | develop.py should now work again under windows | McCabe Maxsted | 2009-02-06 | 1 | -2/+11 |
| | |||||
* | Updated CMake files to RC1 | McCabe Maxsted | 2009-02-04 | 1 | -3/+10 |
| | |||||
* | Merge branch 'next' into openal | Anders Arnholm | 2008-12-13 | 1 | -2/+2 |
| | | | | | | Conflicts: ChangeLog.txt | ||||
* | Cross-platform checking for OpenAL libs. | Jacek Antonelli | 2008-11-21 | 1 | -6/+77 |
| | |||||
* | Enable OpenAL by default. | Jacek Antonelli | 2008-11-20 | 1 | -1/+1 |
| | | | | Configure with -DOPENAL:BOOL=OFF to disable. | ||||
* | (Forgot to check this file in with the OpenAL patch.) | Jacek Antonelli | 2008-11-19 | 1 | -0/+14 |