summaryrefslogtreecommitdiff
path: root/drivers/opus
AgeCommit message (Collapse)Author
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-11-27Remove redundant Opus directive definitionGeorge Marques
Clean up the build command line another extra bit.
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-11-06Fix Opus driver build for VS2010 and VS2012George Marques
Fix #2744
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe
drivers\opus\celt\bands.c(555) : error C2057: expected constant expression drivers\opus\celt\bands.c(555) : error C2466: cannot allocate an array of constant size 0 drivers\opus\celt\bands.c(555) : error C2133: 'tmp' : unknown size
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe
audio_stream_opus.h(57) : error C2864: 'AudioStreamPlaybackOpus::osrate' : a static data member with an in-class initializer must have non-volatile const integral type See: http://stackoverflow.com/questions/2454019/why-arent-static-const-floats-allowed
2015-10-02Add support for Opus audio formatGeorge Marques