diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-19 13:34:56 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-06-19 13:34:56 +0200 |
commit | c79183817df84faaa7a67a32c00c5a2bd46dc632 (patch) | |
tree | d7e6cf4b63b238b3b313a268c31540f8837d1d92 /thirdparty/minimp3 | |
parent | cdfaf8a10f10ea07c83be698244dd9ae1ba7863e (diff) | |
download | redot-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.cpp | 5 |
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" |