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

« back to all changes in this revision

Viewing changes to lib-src/portaudio-v19/pa_win/pa_win_hostapis.c

  • 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:
1
1
/*
2
 
 * $Id: pa_win_hostapis.c,v 1.1.2.1 2004/04/22 04:39:42 mbrubeck Exp $
 
2
 * $Id: pa_win_hostapis.c,v 1.1.2.2 2006/04/08 16:12:27 richardash1981 Exp $
3
3
 * Portable Audio I/O Library Windows initialization table
4
4
 *
5
5
 * Based on the Open Source API proposed by Ross Bencina
48
48
PaError PaWinMme_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
49
49
PaError PaWinDs_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
50
50
PaError PaAsio_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
 
51
PaError PaWinWdm_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
51
52
 
52
53
#ifdef __cplusplus
53
54
}
69
70
        PaAsio_Initialize,
70
71
#endif
71
72
 
 
73
/*
 
74
#ifndef PA_NO_WDMKS
 
75
        PaWinWdm_Initialize,
 
76
#endif
 
77
*/
 
78
 
72
79
        PaSkeleton_Initialize, /* just for testing */
73
80
 
74
81
        0   /* NULL terminated array */