Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-06Switch from old speex to new speex and speexdspStefan Hacker
The speex library has been split into a codec part (speex) and a dsp part (speex-dsp). As we still need the codec for compatibility with 3rd party clients only sending speex but still want the updates that went into the dsp and codec since then this patch modifies our build to enable that. To achieve that we combined the two libraries back together. Doing it this way might brittle but is only a temporary solution until we can actually drop the codec part.
2015-01-06Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the 3rdparty directory.Mikkel Krautz