aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReece Mackie <20544390+Rover656@users.noreply.github.com>2019-06-02 19:31:17 +0100
committerReece Mackie <20544390+Rover656@users.noreply.github.com>2019-06-02 19:31:17 +0100
commit2eb7e96f4b626a0387edde7b1add7d36db04588d (patch)
tree52a7464f55ef5841464cacd4ae3c5506e7739d98 /src
parent093042b760e5c404b89542d1597ddd14c3ec2843 (diff)
downloadraylib-2eb7e96f4b626a0387edde7b1add7d36db04588d.tar.gz
raylib-2eb7e96f4b626a0387edde7b1add7d36db04588d.zip
Add MP3 config
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index b07b7e94..47bb6fd7 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -74,6 +74,7 @@
#cmakedefine SUPPORT_FILEFORMAT_XM 1
#cmakedefine SUPPORT_FILEFORMAT_MOD 1
#cmakedefine SUPPORT_FILEFORMAT_FLAC 1
+#cmakedefine SUPPORT_FILEFORMAT_MP3 1
// utils.c
/* Show TraceLog() output messages. NOTE: By default LOG_DEBUG traces not shown */