diff options
author | Phil Blundell <pb@nexus.co.uk> | 2004-10-01 17:01:48 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2004-10-01 17:01:48 +0000 |
commit | 0d554c4a89c1dcde15a69e0630a23f105e2c8c10 (patch) | |
tree | 259d7ab1b546c1c47278e7577c3be3b8bd95235f | |
parent | 5e3b24d34b9bb5d64a96ed318d6d86c30eb39f10 (diff) | |
download | gst-plugins-bad-0d554c4a89c1dcde15a69e0630a23f105e2c8c10.tar.gz gst-plugins-bad-0d554c4a89c1dcde15a69e0630a23f105e2c8c10.tar.bz2 gst-plugins-bad-0d554c4a89c1dcde15a69e0630a23f105e2c8c10.zip |
commiting patch from Phil Blundell
Original commit message from CVS:
commiting patch from Phil Blundell
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ext/ivorbis/vorbis.c | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -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); |