[Commits] r6816 - branches/lowmem-branch/Tremor

giles at dactyl.lonelymoon.com giles
Fri Jun 25 12:54:57 PDT 2004


Author: giles
Date: Fri Jun 25 12:54:57 2004
New Revision: 6816

Modified:
branches/lowmem-branch/Tremor/ivorbisfile_example.c
Log:
Use the local headers in the example build so we work out of the box.


Modified: branches/lowmem-branch/Tremor/ivorbisfile_example.c
===================================================================
--- branches/lowmem-branch/Tremor/ivorbisfile_example.c	2004-06-07 00:58:16 UTC (rev 6815)
+++ branches/lowmem-branch/Tremor/ivorbisfile_example.c	2004-06-07 01:00:33 UTC (rev 6816)
@@ -21,8 +21,8 @@

#include <stdio.h>
#include <stdlib.h>
-#include <vorbis/ivorbiscodec.h>
-#include <vorbis/ivorbisfile.h>
+#include "ivorbiscodec.h"
+#include "ivorbisfile.h"

#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>



More information about the commits mailing list