]> git.pld-linux.org Git - packages/chromium-browser.git/blob - system-speex.patch
no deprecated egrep
[packages/chromium-browser.git] / system-speex.patch
1 even third_party/speex/speex.h is wrapper to system speex, here are some
2 includes included directly from third party dir...
3
4 --- chromium-browser-23.0.1271.64/src/remoting/codec/audio_decoder_speex.cc~    2012-10-31 19:01:20.000000000 +0000
5 +++ chromium-browser-23.0.1271.64/src/remoting/codec/audio_decoder_speex.cc     2012-11-12 23:04:42.083266707 +0000
6 @@ -11,9 +11,9 @@
7  #include "base/logging.h"
8  #include "base/stl_util.h"
9  #include "remoting/proto/audio.pb.h"
10 -#include "third_party/speex/speex.h"
11 -#include "third_party/speex/include/speex/speex_callbacks.h"
12 -#include "third_party/speex/include/speex/speex_stereo.h"
13 +#include <speex/speex.h>
14 +#include <speex/speex_callbacks.h>
15 +#include <speex/speex_stereo.h>
16  
17  namespace remoting {
18  
19 --- chromium-browser-23.0.1271.64/src/remoting/codec/audio_encoder_speex.cc~    2012-10-31 19:01:20.000000000 +0000
20 +++ chromium-browser-23.0.1271.64/src/remoting/codec/audio_encoder_speex.cc     2012-11-12 23:06:33.544849553 +0000
21 @@ -11,8 +11,8 @@
22  #include "base/logging.h"
23  #include "base/stl_util.h"
24  #include "remoting/proto/audio.pb.h"
25 -#include "third_party/speex/speex.h"
26 -#include "third_party/speex/include/speex/speex_stereo.h"
27 +#include <speex/speex.h>
28 +#include <speex/speex_stereo.h>
29  
30  namespace {
31  // A quality of 8 in wide band mode corresponds to 27,800 bits per second.
This page took 0.094979 seconds and 3 git commands to generate.