summaryrefslogtreecommitdiff
path: root/drivers/opus/opus.h
AgeCommit message (Collapse)Author
2016-10-15ogg/vorbis/opus: Make them modules and unbundle thirdparty libsRĂ©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.
2016-05-02Update Opus driver to 1.1.2George Marques
And opusfile to 0.7.
2015-11-27Remove Opus extra includesGeorge Marques
Remove the extra directories to include that were needed by the Opus library. Now the lib includes more specific paths to avoid those.
2015-10-02Add support for Opus audio formatGeorge Marques