[sm130futures] Right...Mac wants vorbis.

This commit is contained in:
Jason Felds
2011-05-05 01:09:23 -04:00
parent e93e5d4181
commit 8f24b6c5b7
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ extern "C"
#endif /* __cplusplus */
#ifndef LIBOGG2
#include <ogg/ogg.h>
#include <../extern/vorbis/ogg/ogg.h>
#else
#include <ogg2/ogg.h>
#include <../extern/vorbis/ogg2/ogg.h>
/* This is temporary until libogg2 is more complete */
ogg_buffer_state *ogg_buffer_create(void);
#endif