Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-12 | opus: Packaging fixups after #33311 | Rémi Verschelde | |
Removes the custom code for VS2012 support in config.h, and reduces diff with upstream config.h. We still have many custom defines for ARM optimizations which we probably don't use properly, since we don't compile the included asm code, so a thorough review and cleanup would be welcome. | |||
2019-11-09 | Update opus to 1.3.1 and opusfile to 0.11 | unknown | |
2017-05-28 | opus: Update to upstream version 1.1.5 | Rémi Verschelde | |
2016-10-15 | ogg/vorbis/opus: Make them modules and unbundle thirdparty libs | Rémi Verschelde | |
Took the opportunity to undo the Godot changed made to the opus source. The opus module should eventually be built in its own environment to avoid polluting others with too many include dirs and defines. TODO: Fix the platform/ stuff for opus. |