summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ext/ivorbis/vorbis.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 090a6487..754fc276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-01 Christian Schaller <christian@fluendo.com>
+
+ * Patch fra Phil Blundell
+ * Bug 152341
+ * ext/ivorbis/vorbis.c
+
2004-10-01 Wim Taymans <wim@fluendo.com>
* ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
diff --git a/ext/ivorbis/vorbis.c b/ext/ivorbis/vorbis.c
index 7980f99a..3394a77a 100644
--- a/ext/ivorbis/vorbis.c
+++ b/ext/ivorbis/vorbis.c
@@ -21,7 +21,8 @@
#include <config.h>
#endif
-#include <vorbisenc.h>
+#include <gst/gst.h>
+#include <tremor/ivorbiscodec.h>
extern GType ivorbisfile_get_type (void);