Mercurial > sdl-ios-xcode
comparison src/audio/SDL_audiodev.c @ 1026:0f3aa6ab3341
Select patches included from The NetBSD Package Collection (www.pkgsrc.org)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 12 Jan 2005 06:04:48 +0000 |
parents | b8d311d90021 |
children | 974ba6ae0fa3 |
comparison
equal
deleted
inserted
replaced
1025:3652d111416c | 1026:0f3aa6ab3341 |
---|---|
37 #include <string.h> | 37 #include <string.h> |
38 | 38 |
39 #include "SDL_audiodev_c.h" | 39 #include "SDL_audiodev_c.h" |
40 | 40 |
41 #ifndef _PATH_DEV_DSP | 41 #ifndef _PATH_DEV_DSP |
42 #ifdef __OpenBSD__ | 42 #if defined(__NetBSD__) || defined(__OpenBSD__) |
43 #define _PATH_DEV_DSP "/dev/audio" | 43 #define _PATH_DEV_DSP "/dev/audio" |
44 #else | 44 #else |
45 #define _PATH_DEV_DSP "/dev/dsp" | 45 #define _PATH_DEV_DSP "/dev/dsp" |
46 #endif | 46 #endif |
47 #endif | 47 #endif |