Adjusted the new audio backends to compile on Linux
This commit is contained in:
parent
5e0e645f46
commit
3fbfde39a5
15 changed files with 12 additions and 8 deletions
src/SFML/Audio
|
@ -29,7 +29,7 @@
|
|||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Audio/SoundFileReader.hpp>
|
||||
#include <flac/stream_decoder.h>
|
||||
#include <FLAC/stream_decoder.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
// Headers
|
||||
////////////////////////////////////////////////////////////
|
||||
#include <SFML/Audio/SoundFileWriter.hpp>
|
||||
#include <flac/stream_encoder.h>
|
||||
#include <FLAC/stream_encoder.h>
|
||||
#include <vector>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue