summaryrefslogtreecommitdiffstats
path: root/thirdparty/minimp3
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-06-19 13:34:56 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-06-19 13:34:56 +0200
commitc79183817df84faaa7a67a32c00c5a2bd46dc632 (patch)
treed7e6cf4b63b238b3b313a268c31540f8837d1d92 /thirdparty/minimp3
parentcdfaf8a10f10ea07c83be698244dd9ae1ba7863e (diff)
downloadredot-engine-c79183817df84faaa7a67a32c00c5a2bd46dc632.tar.gz
Revert "minimp3: Add a .cpp file to simplify building the single-header implementation"
This reverts commit 6fc09121378d78026f799a820ce689f2d30bb0c9.
Diffstat (limited to 'thirdparty/minimp3')
-rw-r--r--thirdparty/minimp3/minimp3_ex.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/minimp3/minimp3_ex.cpp b/thirdparty/minimp3/minimp3_ex.cpp
deleted file mode 100644
index 49c083e4f1..0000000000
--- a/thirdparty/minimp3/minimp3_ex.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#define MINIMP3_IMPLEMENTATION
-#define MINIMP3_FLOAT_OUTPUT
-#define MINIMP3_ONLY_MP3
-#define MINIMP3_NO_STDIO
-#include "minimp3_ex.h"