473b52d2f5
source. It has also most of the fixes/features of the Enhanced GLQuake version. The engine can be used for both watching the "Seal of Nehahra" movie and for playing the actual game. WWW: http://planetquake.com/nehahra/ Approved by: garga (mentor)
14 lines
322 B
C
14 lines
322 B
C
--- ./src/snd_linux.c.orig Tue Nov 1 14:38:52 2005
|
|
+++ ./src/snd_linux.c Tue May 16 17:36:22 2006
|
|
@@ -25,7 +25,11 @@
|
|
#include <sys/mman.h>
|
|
#include <sys/shm.h>
|
|
#include <sys/wait.h>
|
|
+#ifdef __linux__
|
|
#include <linux/soundcard.h>
|
|
+#else
|
|
+#include <sys/soundcard.h>
|
|
+#endif
|
|
#include <stdio.h>
|
|
#include "quakedef.h"
|
|
|