~ubuntu-branches/debian/jessie/libsndfile/jessie

« back to all changes in this revision

Viewing changes to tests/dwvw_test.c

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2009-02-17 19:21:03 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090217192103-7rhu1n8p79jnbzy3
Tags: 1.0.18-2
Add missing build-dependencies on pkg-config and libvorbis-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd@mega-nerd.com>
 
2
** Copyright (C) 2002-2009 Erik de Castro Lopo <erikd@mega-nerd.com>
3
3
**
4
4
** This program is free software; you can redistribute it and/or modify
5
5
** it under the terms of the GNU General Public License as published by
20
20
 
21
21
#include <stdio.h>
22
22
#include <stdlib.h>
 
23
#include <math.h>
23
24
 
24
25
#if HAVE_UNISTD_H
25
26
#include <unistd.h>
26
27
#endif
27
28
 
28
 
#include <float_cast.h>
29
 
 
30
29
#include <sndfile.h>
31
30
 
32
31
#include "utils.h"
110
109
 
111
110
        return ;
112
111
} /* dwvw_test */
113
 
/*
114
 
** Do not edit or modify anything in this comment block.
115
 
** The arch-tag line is a file identity tag for the GNU Arch 
116
 
** revision control system.
117
 
**
118
 
** arch-tag: 9e7731c3-43cd-4de5-b539-1ce6fa11d937
119
 
*/
 
112