diff --git a/ChangeLog b/ChangeLog index 47211d04e4..c2ce771d4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-09-07 Stefan Kost + + * ext/flac/gstflacdec.c: + * ext/flac/gstflacenc.c: + * ext/flac/gstflactag.c: + * ext/speex/gstspeexenc.c: + gsttaginterface.h -> gsttagsetter.h + 2005-09-07 Jan Schmidt * configure.ac: diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index 5e0b4a60fb..68faf7a21a 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -23,7 +23,7 @@ #include #include "gstflacdec.h" -#include +#include //#include diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index ab1d2cf82c..a1d8e2957b 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -26,7 +26,7 @@ #include #include -#include +#include #include "flac_compat.h" static GstPadTemplate *src_template, *sink_template; diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index 7acaadc57e..05a3f03833 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -23,7 +23,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include #include diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index a4966fd7b8..4ccd471480 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -28,7 +28,7 @@ #include #include -#include +#include #include #include "gstspeexenc.h"