commiting patch from Phil Blundell

Original commit message from CVS:
commiting patch from Phil Blundell
This commit is contained in:
Phil Blundell 2004-10-01 17:01:48 +00:00 committed by Christian Schaller
parent 5e3b24d34b
commit 0d554c4a89
2 changed files with 8 additions and 1 deletions

View file

@ -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),

View 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);