aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add an ffmpeg-based example playerChris Robinson2014-06-021-0/+173
| | | | | | This example shows proper timing and A/V synchronization with an OpenAL stream. Requires the in-progress AL_SOFTX_source_length extension to avoid manually keeping track of the buffer queue length.
* Update the examples to use SDL2Chris Robinson2014-05-232-286/+477
| | | | | | This should make it easier to build the examples on 64-bit, where there are no premade dev libs for SDL1 on 64-bit mingw. FindSDL_sound.cmake has been updated to accept SDL or SDL2.
* Don't mix old- and new-style FIND_PACKAGE_HANDLE_STANDARD_ARGS callsChris Robinson2014-05-101-6/+2
| | | | | | | Some (all?) versions of cmake seem to get a bit confused when an old-style FIND_PACKAGE_HANDLE_STANDARD_ARGS call fails, and the scripts attempt a new- style call later on. It continues to think it's using old-style, acting as if REQUIRED_VARS is the message and looks for a VERSION_VAR variable.
* Include FindALSA.cmakeChris Robinson2014-04-231-0/+73
| | | | Older versions of CMake don't seem to have it.
* Use a find module to look for DirectSoundChris Robinson2014-04-191-0/+33
|
* Use find cmake modules for more backendsChris Robinson2014-04-196-0/+183
|
* Add an option for FLuidSynth to handle MIDIChris Robinson2013-11-281-0/+23
|
* Add a custom FindSDL_sound cmake moduleChris Robinson2013-06-051-0/+382
| | | | | | The one that comes with CMake is broken, incorrectly setting SDL_SOUND_LIBRARIES, causing warnings, and not even working if the project is C only.
* Don't use a custom CheckCCompilerFlag.cmakeChris Robinson2013-03-131-59/+0
|
* Use a better method for determining if shared functions existChris Robinson2011-07-233-108/+92
|
* Define ARGSTACK and CALLSTACK only when needed for testing shared libsChris Robinson2010-05-161-2/+5
|
* Properly check for functions in Win32 shared libsChris Robinson2010-02-162-0/+105
|
* Prettify CMake checks for compiler switchesChris Robinson2009-12-091-0/+59