~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to lib-src/libsndfile/tests/utils.def

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-11-21 02:38:07 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061121023807-flsqb0p8gb5a942v
Tags: 1.2.6-0ubuntu1
* New upstream release.
* debian/{control,rules}:
  - Use system portaudio 19 to gain native ALSA and JACK support,
  - Use system soundtouch and samplerate,
  - Suggest the LAME libs (Closes Ubuntu: #51063),
  - Disable resample support.
* {configure,lib-src/Makefile}.in: Build & link against system
  portaudio 19.
* Reinvoke autoconf to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
/*----------------------------------*/
12
12
 
13
 
io_type = { 
 
13
io_type = {
14
14
        io_element      = short ;
15
15
        format_str              = "\"% d\\n\"" ;
16
16
        };
17
17
 
18
 
io_type = { 
 
18
io_type = {
19
19
        io_element      = int ;
20
20
        format_str              = "\"% d\\n\"" ;
21
21
        };
22
22
 
23
 
io_type = { 
 
23
io_type = {
24
24
        io_element      = float ;
25
25
        format_str              = "\"% g\\n\"" ;
26
26
        };
27
27
 
28
 
io_type = { 
 
28
io_type = {
29
29
        io_element      = double ;
30
30
        format_str              = "\"% g\\n\"" ;
31
31
        };
32
32
 
33
 
io_operation = { 
 
33
read_op = {
34
34
        op_element      = read ;
35
35
        count_name      = items ;
36
36
        };
37
37
 
38
 
io_operation = { 
 
38
read_op = {
39
39
        op_element      = readf ;
40
40
        count_name      = frames ;
41
41
        };
42
42
 
43
 
io_operation = { 
 
43
write_op = {
44
44
        op_element      = write ;
45
45
        count_name      = items ;
46
46
        };
47
47
 
48
 
io_operation = { 
 
48
write_op = {
49
49
        op_element      = writef ;
50
50
        count_name      = frames ;
51
51
        };
52
52
/*
53
53
** Do not edit or modify anything in this comment block.
54
 
** The arch-tag line is a file identity tag for the GNU Arch 
 
54
** The arch-tag line is a file identity tag for the GNU Arch
55
55
** revision control system.
56
56
**
57
57
** arch-tag: 735898a2-711e-42c2-aaf1-354b20c07ac7