diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-05-27 12:10:50 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-05-27 12:10:50 +0000 |
commit | e93a10df4ac5ebae65e2b9221321eff96d1a99a7 (patch) | |
tree | a844c14fdc5ca88664d45c37299be1f6a98a08a3 | |
parent | 7155db3732d67c475df582c6ebc5f70ea4b48175 (diff) |
ext/flac/gstflac.c: Don't #include file we don't dist any longer.
Original commit message from CVS:
* ext/flac/gstflac.c:
Don't #include file we don't dist any longer.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ext/flac/gstflac.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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> |