rnd-20001221-1-src
[rocksndiamonds.git] / src / libgame / sound.c
index 757a7bd5d8aff67305563fa72a5970534f891c2b..13a7ca046f96400f6a6d1dc3d3bc0d86d363e3eb 100644 (file)
@@ -117,6 +117,7 @@ static boolean TestAudioDevices(void)
   return TRUE;
 }
 
+#if !defined(TARGET_SDL)
 static boolean ForkAudioProcess(void)
 {
   if (pipe(audio.soundserver_pipe) < 0)
@@ -143,6 +144,7 @@ static boolean ForkAudioProcess(void)
 
   return TRUE;
 }
+#endif
 
 void UnixOpenAudio(void)
 {