diff decoders/ogg.c @ 104:103cfcb3c014

Updated to fix build system problem.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 18:15:52 +0000
parents 6d9fdec2f708
children 40de367eb59e
line wrap: on
line diff
--- a/decoders/ogg.c	Wed Oct 03 18:15:25 2001 +0000
+++ b/decoders/ogg.c	Wed Oct 03 18:15:52 2001 +0000
@@ -32,11 +32,13 @@
  *  This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
  */
 
-#ifdef SOUND_SUPPORTS_OGG
+#include "SDL_sound.h"
 
 #define __SDL_SOUND_INTERNAL__
 #include "SDL_sound_internal.h"
 
+#ifdef SOUND_SUPPORTS_OGG
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -44,7 +46,6 @@
 #include <assert.h>
 #include "vorbis/codec.h"
 #include "vorbis/vorbisfile.h"
-#include "SDL_sound.h"
 
 
 static int OGG_init(void);