~ubuntu-branches/ubuntu/saucy/iaxmodem/saucy

« back to all changes in this revision

Viewing changes to lib/spandsp/src/spandsp.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2006-10-28 10:54:55 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061028105455-qdnaih9tmq0uc29w
Tags: 0.1.15~dfsg-1
* New upstream release.
* debian/rules:
  + Use new ~dfsg versionning scheme.
  + Do not remove config.* in get-orig-source.
* debian/patches/11_build_configure-stamp.dpatch:
  + Updated.
* debian/iaxmodem.init:
  + Added LSB header.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * along with this program; if not, write to the Free Software
25
25
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26
26
 *
27
 
 * $Id: spandsp.h,v 1.32 2006/05/08 13:22:56 steveu Exp $
 
27
 * $Id: spandsp.h,v 1.37 2006/09/12 14:55:45 steveu Exp $
28
28
 */
29
29
 
30
30
/*! \file */
42
42
#include <spandsp/bit_operations.h>
43
43
#include <spandsp/queue.h>
44
44
#include <spandsp/schedule.h>
45
 
#include <spandsp/alaw_ulaw.h>
 
45
#include <spandsp/g711.h>
46
46
#include <spandsp/timing.h>
47
47
#include <spandsp/vector.h>
48
48
#include <spandsp/complex.h>
69
69
#include <spandsp/ec_disable_tone.h>
70
70
#include <spandsp/sig_tone.h>
71
71
#include <spandsp/fsk.h>
 
72
#include <spandsp/silence_gen.h>
72
73
#include <spandsp/v29rx.h>
73
74
#include <spandsp/v29tx.h>
74
75
#if defined(ENABLE_V17)
86
87
#include <spandsp/t30_fcf.h>
87
88
#include <spandsp/t35.h>
88
89
#include <spandsp/at_interpreter.h>
 
90
#include <spandsp/t38_core.h>
 
91
#include <spandsp/t38_gateway.h>
 
92
#include <spandsp/t38_terminal.h>
89
93
#include <spandsp/t31.h>
90
 
#include <spandsp/t38.h>
91
94
#include <spandsp/fax.h>
92
95
#include <spandsp/adsi.h>
93
96
#include <spandsp/oki_adpcm.h>
94
97
#include <spandsp/ima_adpcm.h>
95
98
#include <spandsp/g722.h>
96
99
#include <spandsp/g726.h>
 
100
#include <spandsp/lpc10.h>
 
101
#include <spandsp/gsm0610.h>
97
102
#include <spandsp/plc.h>
98
103
#include <spandsp/playout.h>
99
104