summaryrefslogtreecommitdiffstats
path: root/thirdparty/minimp3
Commit message (Collapse)AuthorAgeFilesLines
* Revert "minimp3: Add a .cpp file to simplify building the single-header ↵Rémi Verschelde2023-06-191-5/+0
| | | | | | implementation" This reverts commit 6fc09121378d78026f799a820ce689f2d30bb0c9.
* minimp3: Add a .cpp file to simplify building the single-header implementationRémi Verschelde2023-06-151-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 C4459Rémi Verschelde2022-09-283-5/+101
| | | | Part of #66537.
* [Windows] Improve build environment detection, add support for Windows on ARM.bruvzg2022-08-271-0/+23
|
* Fix crash when loading an invalid mp3 fileVincent2021-12-012-9/+22
|
* add mp3 import and playback supportVincent2020-12-033-0/+3366