diff src/video/windx5/SDL_dx5video.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 cf2af46e9e2a
children e8157fcb3114
line wrap: on
line diff
--- a/src/video/windx5/SDL_dx5video.c	Tue Sep 04 23:18:45 2001 +0000
+++ b/src/video/windx5/SDL_dx5video.c	Tue Sep 04 23:21:20 2001 +0000
@@ -876,7 +876,9 @@
 	if ( DX5_CreateWindow(this) < 0 ) {
 		return(-1);
 	}
+#ifndef DISABLE_AUDIO
 	DX5_SoundFocus(SDL_Window);
+#endif
 
 	/* Create the DirectDraw object */
 	result = DDrawCreate(NULL, &ddraw, NULL);