aboutsummaryrefslogtreecommitdiff
path: root/oggcast~/oggcast~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 22:36:10 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-04-06 22:36:10 +0000
commit7aa96a4581ddd8a36e8916898a1989a1a3e0995e (patch)
treed91f05d578a765c80d37d7bcc354fe0bd2818b35 /oggcast~/oggcast~.c
parent3b58a13fab7bb8f358e3a2670a5b783af8f0bdbd (diff)
removed duplicate Vorbis headers and fixed files to use installed headers
svn path=/trunk/externals/pdogg/; revision=13379
Diffstat (limited to 'oggcast~/oggcast~.c')
-rw-r--r--oggcast~/oggcast~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/oggcast~/oggcast~.c b/oggcast~/oggcast~.c
index a7c6962..ebd21a1 100644
--- a/oggcast~/oggcast~.c
+++ b/oggcast~/oggcast~.c
@@ -29,8 +29,8 @@
#include "m_pd.h"
#include "g_canvas.h"
/* Vorbis includes */
-#include "codec.h"
-#include "vorbisenc.h"
+#include <vorbis/codec.h>
+#include <vorbis/vorbisenc.h>
#include <sys/types.h>
#include <string.h>