Skip to content

Commit

Permalink
Use latest library headers for FLAC
Browse files Browse the repository at this point in the history
This resolves an issue compiling on Linux
  • Loading branch information
tmyqlfpir authored and Hendricks266 committed Mar 25, 2024
1 parent 7382d5f commit 117773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/audiolib/src/flac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define FLAC__NO_DLL

#ifdef __APPLE__
#if defined(__APPLE__) || defined(__linux__)
#include <FLAC/all.h>
#else
#include "FLAC/all.h"
Expand Down

0 comments on commit 117773b

Please sign in to comment.