Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to use global LZO library instead of miniLZO | Tobias Junghans | 2018-11-22 | 1 | -0/+31 |
| | | | | | The complete LZO library nowadays is installed on many systems so we can optionally make use of it and omit internal miniLZO implementation. | ||||
* | CMake: look for SDL2 instead of SDL | Christian Beier | 2018-07-30 | 1 | -0/+173 |
| | | | | | FindSDL2.cmake was downloaded from https://github.com/tcbrindle/sdl2-cmake-scripts/blob/master/FindSDL2.cmake | ||||
* | CMake: include a FindFFMPEG module and use it | Christian Beier | 2017-04-21 | 1 | -0/+227 |
Thankfully taken from https://github.com/robotology/ycm/blob/master/find-modules/FindFFMPEG.cmake |