aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/opus/http.c
Commit message (Collapse)AuthorAgeFilesLines
* opus: Update to upstream opusfile 0.8Rémi Verschelde2017-01-121-8/+44
| | | | | | Had missed it in the previous commit as the upstream website is outdated. (cherry picked from commit c2310b41fa71ce94c2cc127c55b39b8ba07ab4c3)
* ogg/vorbis/opus/speex: Make them modules and unbundle thirdparty libsRémi Verschelde2016-10-301-0/+3429
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. (cherry picked from commit d9a291f6411f2e571c181da0ac89f550ba73f681) speex module was only added while cherry-picking, as speex is removed in the master branch but we don't want to break compatibility in 2.1.x. Unbundling wasn't done as the module uses the internal speex_free, so it would require some more work.