Added support for FLAC audio files

This commit is contained in:
Laurent Gomila 2014-10-02 20:24:00 +02:00 committed by Mario Liebisch
parent 6096d22091
commit 5e0e645f46
22 changed files with 8065 additions and 7 deletions

View file

@ -33,4 +33,6 @@ External libraries used by SFML
* stb_image and stb_image_write are public domain
* freetype is under the FreeType license or the GPL license
* GLEW is under the modified BSD License, the Mesa 3-D License (MIT License), and the Khronos License (MIT License)
* libogg and libvorbis are under the BSD license
* libogg is under the BSD license
* libvorbis is under the BSD license
* libflac is under the BSD license