diff src/video/windib/SDL_dibvideo.c @ 169:8039a5b760b9

Allow building SDL on Windows without audio support
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Sep 2001 23:21:20 +0000
parents 29a638dc26db
children e8157fcb3114
line wrap: on
line diff
--- a/src/video/windib/SDL_dibvideo.c	Tue Sep 04 23:18:45 2001 +0000
+++ b/src/video/windib/SDL_dibvideo.c	Tue Sep 04 23:21:20 2001 +0000
@@ -286,7 +286,9 @@
 	if ( DIB_CreateWindow(this) < 0 ) {
 		return(-1);
 	}
+#ifndef DISABLE_AUDIO
 	DX5_SoundFocus(SDL_Window);
+#endif
 
 	/* Determine the screen depth */
 	vformat->BitsPerPixel = DIB_SussScreenDepth();