~ubuntu-branches/ubuntu/quantal/sflphone/quantal

« back to all changes in this revision

Viewing changes to daemon/src/audio/noisesuppress.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-27 08:22:22 UTC
  • mfrom: (4.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120527082222-fs3ojksqvt0ol6rl
Tags: 1.1.0-2
* Drop unsupported CELT codec (Build-Depends)
  - Fixes "Spurious build dependency on libcelt-dev" (Closes: #674644)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#define NOISESUPPRESS_H
33
33
 
34
34
#include <speex/speex_preprocess.h>
35
 
#include "global.h" // for SFLDataFormat
 
35
#include "sfl_types.h"
36
36
#include "noncopyable.h"
37
37
 
38
38
class NoiseSuppress {