diff options
| author | Ray <[email protected]> | 2019-09-03 23:24:09 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-09-03 23:24:09 +0200 |
| commit | 861a61905394e09daf8138f481025423baf20dfe (patch) | |
| tree | d6c0a41ea67cab19b84aedc5ca23298b81eba1c2 /src/config.h | |
| parent | fc95ceadf0143ad6c0f720d26bb28a45889f86d1 (diff) | |
| download | raylib-861a61905394e09daf8138f481025423baf20dfe.tar.gz raylib-861a61905394e09daf8138f481025423baf20dfe.zip | |
Review dr_flac usage
Replaced DEPRECATED functions
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 398b5e9a..250b702a 100644 --- a/src/config.h +++ b/src/config.h @@ -133,8 +133,8 @@ #define SUPPORT_FILEFORMAT_OGG 1 #define SUPPORT_FILEFORMAT_XM 1 #define SUPPORT_FILEFORMAT_MOD 1 -//#define SUPPORT_FILEFORMAT_FLAC 1 -#define SUPPORT_FILEFORMAT_MP3 1 +#define SUPPORT_FILEFORMAT_FLAC 1 +#define SUPPORT_FILEFORMAT_MP3 1 //------------------------------------------------------------------------------------ |
