about summary refs log tree commit diff
path: root/src/engine/external
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-10 01:48:39 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-10 01:48:39 +0000
commitacffe66ebe63f3ecc970db0feab33a6e85a7d1f4 (patch)
treef25c93e1d1d2266eaf1631a4217d3035e812ea09 /src/engine/external
parente1acdb8f10d0e7be2e9617af3daa39290c58dfd3 (diff)
downloadzcatch-acffe66ebe63f3ecc970db0feab33a6e85a7d1f4.tar.gz
zcatch-acffe66ebe63f3ecc970db0feab33a6e85a7d1f4.zip
flashified the console
Diffstat (limited to 'src/engine/external')
-rw-r--r--src/engine/external/pa.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/engine/external/pa.c b/src/engine/external/pa.c
index 71afc065..24b773c5 100644
--- a/src/engine/external/pa.c
+++ b/src/engine/external/pa.c
@@ -23,9 +23,13 @@
 		#include "portaudio/pa_ringbuffer.c"
 	#else
 		#define HAVE_SYS_SOUNDCARD_H
+		
 		#define PA_USE_ALSA
 		#include "portaudio/pa_linux_alsa.c"
-		//#include "portaudio/pa_unix_oss.c"
+		
+		/*#define PA_USE_OSS
+		#include "portaudio/pa_unix_oss.c" */
+		
 		#include "portaudio/pa_unix_hostapis.c"
 	#endif
 #elif defined(CONF_FAMILY_WINDOWS)