/[packages]/backports/4/mumble/current/SOURCES/mumble-1.2.8-mga-celt071-AudioInput.patch
ViewVC logotype

Contents of /backports/4/mumble/current/SOURCES/mumble-1.2.8-mga-celt071-AudioInput.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 818075 - (show annotations) (download)
Sat Mar 7 20:51:12 2015 UTC (9 years, 1 month ago) by daviddavid
File size: 629 byte(s)
- backport mumble from Mageia 4 standard branch 
- new version: 1.2.8 (now added Opus support)
- sync with current Cauldron (mga5)

1 diff -Nru mumble-1.2.8/src/mumble/AudioInput.cpp mumble-1.2.8/src/mumble/AudioInput.cpp-daviddavid
2 --- mumble-1.2.8/src/mumble/AudioInput.cpp 2014-08-08 17:51:59.000000000 +0200
3 +++ mumble-1.2.8/src/mumble/AudioInput.cpp-daviddavid 2015-02-24 17:07:27.729365571 +0100
4 @@ -48,6 +48,10 @@
5 #include "opus.h"
6 #endif
7
8 +#ifndef CELT_SET_VBR_RATE
9 +#define CELT_SET_VBR_RATE CELT_SET_BITRATE
10 +#endif
11 +
12 // Remember that we cannot use static member classes that are not pointers, as the constructor
13 // for AudioInputRegistrar() might be called before they are initialized, as the constructor
14 // is called from global initialization.

  ViewVC Help
Powered by ViewVC 1.1.30