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 /oggwrite~/oggwrite~.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 'oggwrite~/oggwrite~.c')
-rw-r--r-- | oggwrite~/oggwrite~.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oggwrite~/oggwrite~.c b/oggwrite~/oggwrite~.c index ad025c0..8f91c7f 100644 --- a/oggwrite~/oggwrite~.c +++ b/oggwrite~/oggwrite~.c @@ -59,7 +59,7 @@ #endif
#include "m_pd.h" /* standard pd stuff */
-#include "vorbisenc.h" /* vorbis encoder stuff */
+#include <vorbis/vorbisenc.h> /* vorbis encoder stuff */
#define READ 1024 /* number of samples send to encoder at each call */
/* has to be even multiple of 64 */
|