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

« back to all changes in this revision

Viewing changes to lib/spandsp/tests/async_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: async_tests.c,v 1.13 2007/11/10 11:14:57 steveu Exp $
 
25
 * $Id: async_tests.c,v 1.17 2008/05/13 13:17:25 steveu Exp $
26
26
 */
27
27
 
28
28
/*! \file */
31
31
\section async_tests_page_sec_1 What does it do?
32
32
*/
33
33
 
34
 
#ifdef HAVE_CONFIG_H
 
34
#if defined(HAVE_CONFIG_H)
35
35
#include "config.h"
36
36
#endif
37
37