commiting patch from Phil Blundell
authorPhil Blundell <pb@nexus.co.uk>
Fri, 1 Oct 2004 17:01:48 +0000 (17:01 +0000)
committerChristian Schaller <uraeus@gnome.org>
Fri, 1 Oct 2004 17:01:48 +0000 (17:01 +0000)
Original commit message from CVS:
commiting patch from Phil Blundell

ChangeLog
ext/ivorbis/vorbis.c

index 090a648..754fc27 100644 (file)
--- 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),
index 7980f99..3394a77 100644 (file)
@@ -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);