diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 22:36:10 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-04-06 22:36:10 +0000 |
commit | 7aa96a4581ddd8a36e8916898a1989a1a3e0995e (patch) | |
tree | d91f05d578a765c80d37d7bcc354fe0bd2818b35 /oggamp~/oggamp~.c | |
parent | 3b58a13fab7bb8f358e3a2670a5b783af8f0bdbd (diff) |
removed duplicate Vorbis headers and fixed files to use installed headers
svn path=/trunk/externals/pdogg/; revision=13379
Diffstat (limited to 'oggamp~/oggamp~.c')
-rw-r--r-- | oggamp~/oggamp~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oggamp~/oggamp~.c b/oggamp~/oggamp~.c index ac488c0..a9ff78b 100644 --- a/oggamp~/oggamp~.c +++ b/oggamp~/oggamp~.c @@ -33,7 +33,7 @@ #include "m_pd.h"
#include "g_canvas.h"
/* Vorbis includes */
-#include "codec.h"
+#include <vorbis/codec.h>
#include <sys/types.h>
#include <ctype.h>
|