diff decoders/speex.c @ 534:a116d8f628a0

Merged r541:543 from branches/stable-1.0: Speex include directory fix.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 17:56:09 +0000
parents b5ddeebce808
children 2e8907ff98e9
line wrap: on
line diff
--- a/decoders/speex.c	Thu Apr 17 17:43:02 2008 +0000
+++ b/decoders/speex.c	Thu Apr 17 17:56:09 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"