summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ext/flac/gstflac.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dfb0aad5..e553e965 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/flac/gstflac.c:
+ Don't #include file we don't dist any longer.
+
+2006-05-27 Tim-Philipp Müller <tim at centricular dot net>
+
* README:
Replace current README (containing the release notes from
some 0.9.x version) with a proper README taken from the core.
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c
index 6ae9d7af..21241827 100644
--- a/ext/flac/gstflac.c
+++ b/ext/flac/gstflac.c
@@ -23,7 +23,7 @@
#include "gstflacenc.h"
#include "gstflacdec.h"
-#include "gstflactag.h"
+/* #include "gstflactag.h" */
#include <gst/tag/tag.h>