aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/FindFFmpeg.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Don't require SDL_sound for alffplayChris Robinson2017-02-111-0/+6
| | | | Also explicitly link with libz for alffplay, since static ffmpeg libs need it.
* 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.