Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "minimp3: Add a .cpp file to simplify building the single-header ↵ | Rémi Verschelde | 2023-06-19 | 1 | -5/+0 |
| | | | | | | implementation" This reverts commit 6fc09121378d78026f799a820ce689f2d30bb0c9. | ||||
* | minimp3: Add a .cpp file to simplify building the single-header implementation | Rémi Verschelde | 2023-06-15 | 1 | -0/+5 |
| | | | | | | | | | | Single-header libraries like this require passing a bunch of defines _once_ before including the header, but not multiple times. This can make it tricky in user code to know when to request the implementation, if the header needs to be included in multiple files. So properly compiling a .cpp file for the implementation solves this, and also enables us to properly disable warnings on thirdparty implementation code. | ||||
* | Fix MSVC warnings C4324, C4389, C4456, and C4459 | Rémi Verschelde | 2022-09-28 | 3 | -5/+101 |
| | | | | Part of #66537. | ||||
* | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg | 2022-08-27 | 1 | -0/+23 |
| | |||||
* | Fix crash when loading an invalid mp3 file | Vincent | 2021-12-01 | 2 | -9/+22 |
| | |||||
* | add mp3 import and playback support | Vincent | 2020-12-03 | 3 | -0/+3366 |