eea121e0d7
From brad, with tweaks by ajacoutot@ and me. Tested by many on ports@ Ok ajacoutot@
14 lines
475 B
Plaintext
14 lines
475 B
Plaintext
$OpenBSD: patch-src_audio_SDL_sysaudio_h,v 1.6 2012/03/02 09:10:38 dcoppa Exp $
|
|
--- src/audio/SDL_sysaudio.h.orig Thu Jan 19 01:30:06 2012
|
|
+++ src/audio/SDL_sysaudio.h Wed Feb 22 13:39:54 2012
|
|
@@ -105,6 +105,9 @@ typedef struct AudioBootStrap {
|
|
#if SDL_AUDIO_DRIVER_BSD
|
|
extern AudioBootStrap BSD_AUDIO_bootstrap;
|
|
#endif
|
|
+#if SDL_AUDIO_DRIVER_SNDIO
|
|
+extern AudioBootStrap SNDIO_bootstrap;
|
|
+#endif
|
|
#if SDL_AUDIO_DRIVER_PULSE
|
|
extern AudioBootStrap PULSE_bootstrap;
|
|
#endif
|