diff decoders/speex.c @ 532:a8492d97dd5a stable-1.0

Newer versions of Speex moved to a new include directory.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 17:54:55 +0000
parents 61a317171ef0
children
line wrap: on
line diff
--- a/decoders/speex.c	Wed Apr 16 20:50:50 2008 +0000
+++ b/decoders/speex.c	Thu Apr 17 17:54:55 2008 +0000
@@ -51,8 +51,8 @@
 #include <assert.h>
 
 #include <ogg/ogg.h>
-#include <speex.h>
-#include <speex_header.h>
+#include <speex/speex.h>
+#include <speex/speex_header.h>
 
 #include "SDL_sound.h"