[xiph-commits] r9493 - trunk/vorbis-tools/ogg123

giles at xiph.org giles at xiph.org
Mon Jun 20 03:19:02 PDT 2005


Author: giles
Date: 2005-06-20 03:18:59 -0700 (Mon, 20 Jun 2005)
New Revision: 9493

Modified:
   trunk/vorbis-tools/ogg123/speex_format.c
Log:
Use the directory prefix for the speex headers so we work again.


Modified: trunk/vorbis-tools/ogg123/speex_format.c
===================================================================
--- trunk/vorbis-tools/ogg123/speex_format.c	2005-06-20 09:54:59 UTC (rev 9492)
+++ trunk/vorbis-tools/ogg123/speex_format.c	2005-06-20 10:18:59 UTC (rev 9493)
@@ -19,11 +19,11 @@
 #include <stdlib.h>
 #include <string.h>
 #include <ctype.h>
-#include <speex.h>
-#include <speex_header.h>
-#include <speex_stereo.h>
-#include <speex_callbacks.h>
 #include <ogg/ogg.h>
+#include <speex/speex.h>
+#include <speex/speex_header.h>
+#include <speex/speex_stereo.h>
+#include <speex/speex_callbacks.h>
 #include "transport.h"
 #include "format.h"
 #include "vorbis_comments.h"



More information about the commits mailing list