summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2018-07-19 23:15:46 +0200
committerRay <[email protected]>2018-07-19 23:15:46 +0200
commit6e812cf14700d4106ab941c3b2da02da06b0fb45 (patch)
treec5f928f7f5c027439a7b9f0530704b57e292ceec /src/config.h
parent103044926bc904a11c145f1d12cf22001a2c085b (diff)
downloadraylib-6e812cf14700d4106ab941c3b2da02da06b0fb45.tar.gz
raylib-6e812cf14700d4106ab941c3b2da02da06b0fb45.zip
Working on MP3 support
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index ea98897c..a889fd0c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -124,7 +124,7 @@
#define SUPPORT_FILEFORMAT_XM 1
#define SUPPORT_FILEFORMAT_MOD 1
//#define SUPPORT_FILEFORMAT_FLAC 1
-//#define SUPPORT_FILEFORMAT_MP3 1
+#define SUPPORT_FILEFORMAT_MP3 1
//------------------------------------------------------------------------------------