openbsd-ports/audio/portaudio-svn/patches/patch-include_portaudio_h
jakemsr 53232a9ea5 - update to rev 1406
- add sndio backend written by ratchov@
- disable OSS backend
2009-03-14 02:31:40 +00:00

14 lines
372 B
Plaintext

$OpenBSD: patch-include_portaudio_h,v 1.1 2009/03/14 02:31:40 jakemsr Exp $
--- include/portaudio.h.orig Mon Feb 25 17:37:40 2008
+++ include/portaudio.h Sun Mar 8 21:55:43 2009
@@ -236,7 +236,8 @@ typedef enum PaHostApiTypeId
paWDMKS=11,
paJACK=12,
paWASAPI=13,
- paAudioScienceHPI=14
+ paAudioScienceHPI=14,
+ paSndio=15
} PaHostApiTypeId;