~ubuntu-branches/ubuntu/natty/iaxmodem/natty

« back to all changes in this revision

Viewing changes to lib/spandsp/tests/tone_generate_tests.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2009-02-22 11:56:35 UTC
  • mfrom: (1.1.10 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222115635-kq7jy99yu2r8wtzv
Tags: 1.2.0~dfsg-1
* New upstream release.

* debian/rules:
  + Check that lib/spandsp/src/spandsp/mmx.h does not exist prior to build;
    just in case the header would reappear in the future.

* debian/patches/01_seteuid_setegid_ordering.dpatch:
  + Removed; merged upstream.
* debian/patches/11_build_configure-stamp.dpatch:
  + Updated; do not link unneeded libraries.
* debian/patches/10_replacement_spandsp_mmx_h.dpatch:
  + Removed; not needed as the header is not shipped anymore and is not
    needed for a successful build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * along with this program; if not, write to the Free Software
23
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
24
 *
25
 
 * $Id: tone_generate_tests.c,v 1.14 2007/11/10 11:14:59 steveu Exp $
 
25
 * $Id: tone_generate_tests.c,v 1.18 2008/05/13 13:17:26 steveu Exp $
26
26
 */
27
27
 
28
28
/*! \page tone_generate_tests_page Tone generation tests
29
29
\section tone_generate_tests_page_sec_1 What does it do?
30
30
*/
31
31
 
32
 
#ifdef HAVE_CONFIG_H
 
32
#if defined(HAVE_CONFIG_H)
33
33
#include "config.h"
34
34
#endif
35
35